public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libgcj/13056] New: import new libltdl
@ 2003-11-14 20:37 tromey at gcc dot gnu dot org
  2003-11-14 20:48 ` [Bug libgcj/13056] " pinskia at gcc dot gnu dot org
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: tromey at gcc dot gnu dot org @ 2003-11-14 20:37 UTC (permalink / raw)
  To: gcc-bugs

Our version of libltdl is starting to show its age.
A newer version would benefit some platforms, I think
OS X and Cygwin were the two mentioned.

-- 
           Summary: import new libltdl
           Product: gcc
           Version: 3.4
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: libgcj
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: tromey at gcc dot gnu dot org
                CC: gcc-bugs at gcc dot gnu dot org


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13056


^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Bug libgcj/13056] import new libltdl
  2003-11-14 20:37 [Bug libgcj/13056] New: import new libltdl tromey at gcc dot gnu dot org
@ 2003-11-14 20:48 ` pinskia at gcc dot gnu dot org
  2003-11-19 19:01 ` pinskia at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-11-14 20:48 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2003-11-14 20:48 -------
Confirmed.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2003-11-14 20:48:24
               date|                            |
   Target Milestone|---                         |3.4


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13056


^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Bug libgcj/13056] import new libltdl
  2003-11-14 20:37 [Bug libgcj/13056] New: import new libltdl tromey at gcc dot gnu dot org
  2003-11-14 20:48 ` [Bug libgcj/13056] " pinskia at gcc dot gnu dot org
@ 2003-11-19 19:01 ` pinskia at gcc dot gnu dot org
  2003-12-16 22:31 ` cvs-commit at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-11-19 19:01 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2003-11-19 19:01 -------
This needs to be done before 3.4 to really support libgcj on Darwin.

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13056


^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Bug libgcj/13056] import new libltdl
  2003-11-14 20:37 [Bug libgcj/13056] New: import new libltdl tromey at gcc dot gnu dot org
  2003-11-14 20:48 ` [Bug libgcj/13056] " pinskia at gcc dot gnu dot org
  2003-11-19 19:01 ` pinskia at gcc dot gnu dot org
@ 2003-12-16 22:31 ` cvs-commit at gcc dot gnu dot org
  2003-12-16 22:59 ` pinskia at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2003-12-16 22:31 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2003-12-16 21:48 -------
Subject: Bug 13056

CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	mkoch@gcc.gnu.org	2003-12-16 21:48:25

Modified files:
	libjava        : ChangeLog 
	libjava/java/lang: natRuntime.cc 
	libjava/libltdl: Makefile.am Makefile.in README acinclude.m4 
	                 aclocal.m4 config-h.in configure config.guess 
	                 config.sub ltdl.c ltdl.h ltmain.sh install-sh 
	                 missing 
Removed files:
	libjava/libltdl: config.h.in configure.in 

Log message:
	2003-12-16  Michael Koch  <konqueror@gmx.de>
	
	Fix for PR libgcj/13056.
	* libltdl/configure.in,
	libltdl/config.h.in: Removed.
	* libltdl/configure.ac,
	libltdl/config-h.in,
	libltdl/install-sh,
	libltdl/config.guess,
	libltdl/config.sub,
	libltdl/missing,
	libltdl/mkinstalldirs,
	libltdl/ltmain.sh: New files.
	* libltdl/Makefile.am,
	libltdl/acinclude.m4,
	libltdl/aclocal.m4,
	libltdl/ltdl.c,
	libltdl/ltdl.h,
	libltdl/README: Update to versions from libtool 1.5.
	libltdl/configure,
	* libltdl/Makefile.in: Regenerated.
	* java/lang/natRuntime.cc (find_symbol):
	Use type 'lt_ptr' instead of 'lt_ptr_t'.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/ChangeLog.diff?cvsroot=gcc&r1=1.2447&r2=1.2448
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/java/lang/natRuntime.cc.diff?cvsroot=gcc&r1=1.39&r2=1.40
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/libltdl/Makefile.am.diff?cvsroot=gcc&r1=1.4&r2=1.5
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/libltdl/Makefile.in.diff?cvsroot=gcc&r1=1.6&r2=1.7
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/libltdl/README.diff?cvsroot=gcc&r1=1.2&r2=1.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/libltdl/acinclude.m4.diff?cvsroot=gcc&r1=1.3&r2=1.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/libltdl/aclocal.m4.diff?cvsroot=gcc&r1=1.3&r2=1.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/libltdl/config-h.in.diff?cvsroot=gcc&r1=1.1.1.1&r2=1.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/libltdl/configure.diff?cvsroot=gcc&r1=1.8&r2=1.9
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/libltdl/config.guess.diff?cvsroot=gcc&r1=1.1.1.1&r2=1.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/libltdl/config.sub.diff?cvsroot=gcc&r1=1.1.1.1&r2=1.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/libltdl/ltdl.c.diff?cvsroot=gcc&r1=1.4&r2=1.5
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/libltdl/ltdl.h.diff?cvsroot=gcc&r1=1.2&r2=1.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/libltdl/ltmain.sh.diff?cvsroot=gcc&r1=1.1.1.1&r2=1.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/libltdl/install-sh.diff?cvsroot=gcc&r1=1.1.1.1&r2=1.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/libltdl/missing.diff?cvsroot=gcc&r1=1.1.1.1&r2=1.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/libltdl/config.h.in.diff?cvsroot=gcc&r1=1.4&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/libltdl/configure.in.diff?cvsroot=gcc&r1=1.7&r2=NONE



-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13056


^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Bug libgcj/13056] import new libltdl
  2003-11-14 20:37 [Bug libgcj/13056] New: import new libltdl tromey at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2003-12-16 22:31 ` cvs-commit at gcc dot gnu dot org
@ 2003-12-16 22:59 ` pinskia at gcc dot gnu dot org
  2003-12-17 11:10 ` wilson at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-12-16 22:59 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2003-12-16 22:45 -------
Fixed for 3.4.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13056


^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Bug libgcj/13056] import new libltdl
  2003-11-14 20:37 [Bug libgcj/13056] New: import new libltdl tromey at gcc dot gnu dot org
                   ` (3 preceding siblings ...)
  2003-12-16 22:59 ` pinskia at gcc dot gnu dot org
@ 2003-12-17 11:10 ` wilson at gcc dot gnu dot org
  2003-12-17 16:33 ` konqueror at gmx dot de
  2003-12-31 20:34 ` pinskia at gcc dot gnu dot org
  6 siblings, 0 replies; 8+ messages in thread
From: wilson at gcc dot gnu dot org @ 2003-12-17 11:10 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From wilson at gcc dot gnu dot org  2003-12-17 06:13 -------
There is a stamp-h.in file in the libltdl directory that is no longer used by
the Makefile.  It looks like it should have been deleted as part of the import.

Also, I ran into a problem with the contrib/gcc_update script.  It went into an
infinite loop because the libltdl/configure.in file no longer exists, and is
mentioned in this file as a dependency.  I already have a patch for this, which
I expect to check in shortly.

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13056


^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Bug libgcj/13056] import new libltdl
  2003-11-14 20:37 [Bug libgcj/13056] New: import new libltdl tromey at gcc dot gnu dot org
                   ` (4 preceding siblings ...)
  2003-12-17 11:10 ` wilson at gcc dot gnu dot org
@ 2003-12-17 16:33 ` konqueror at gmx dot de
  2003-12-31 20:34 ` pinskia at gcc dot gnu dot org
  6 siblings, 0 replies; 8+ messages in thread
From: konqueror at gmx dot de @ 2003-12-17 16:33 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From konqueror at gmx dot de  2003-12-17 16:29 -------
I removed the file stamp-h.in now. Thanks for the hint, Jim. 

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13056


^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Bug libgcj/13056] import new libltdl
  2003-11-14 20:37 [Bug libgcj/13056] New: import new libltdl tromey at gcc dot gnu dot org
                   ` (5 preceding siblings ...)
  2003-12-17 16:33 ` konqueror at gmx dot de
@ 2003-12-31 20:34 ` pinskia at gcc dot gnu dot org
  6 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-12-31 20:34 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2003-12-31 19:23 -------
*** Bug 12940 has been marked as a duplicate of this bug. ***

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |canutf at cadence dot com


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13056


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2003-12-31 19:23 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-11-14 20:37 [Bug libgcj/13056] New: import new libltdl tromey at gcc dot gnu dot org
2003-11-14 20:48 ` [Bug libgcj/13056] " pinskia at gcc dot gnu dot org
2003-11-19 19:01 ` pinskia at gcc dot gnu dot org
2003-12-16 22:31 ` cvs-commit at gcc dot gnu dot org
2003-12-16 22:59 ` pinskia at gcc dot gnu dot org
2003-12-17 11:10 ` wilson at gcc dot gnu dot org
2003-12-17 16:33 ` konqueror at gmx dot de
2003-12-31 20:34 ` pinskia at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).