Re: avoiding C++, Fortran tags

2003-12-03 Thread Matt Fago
Libtool 1.5 seems like it currently requires a F77 compiler, but I'm trying to build on Darwin with Apple's gcc. For now I can gladly use Paolo's backport of AC_LIBTOOL_TAGS. Thanks! Is there a plan to release an interim 1.5.1 libtool version with this patch, or is 1.6 coming out soon? Regardi

Re: avoiding C++, Fortran tags

2003-12-04 Thread Matt Fago
Bob Friesenhahn wrote: On Wed, 3 Dec 2003, Matt Fago wrote: Is there a plan to release an interim 1.5.1 libtool version with this patch, or is 1.6 coming out soon? At this moment any release plans are pointless since the site that hosts Libtool CVS has been temporarily shut down due to being

Darwin, convenience libs, and global symbols

2003-12-08 Thread Matt Fago
I am porting a package to Darwin (compiles fine on Linux) consisting of several convenience libraries, a few test programs, and an application. I'm using Autoconf 2.58, automake 1.7.9, and libtool 1.5 (with the AC_LIBTOOL_TAGS patch). The main application compiles and links correctly, but a tes

Re: Darwin, convenience libs, and global symbols

2003-12-10 Thread Matt Fago
Peter O'Gorman wrote: Matt Fago wrote: | Peter O'Gorman wrote: |> Matt Fago wrote: |> | The main application compiles and links correctly, but a test |> program -- |> | which links the same convenience libraries -- fails with "ld: |> Undefined |> | symbols"