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" corresponding to the global variables in

Re: Darwin, convenience libs, and global symbols

2003-12-09 Thread Peter O'Gorman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 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" correspond

Re: Darwin, convenience libs, and global symbols

2003-12-09 Thread Peter O'Gorman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 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" corresponding to the global variables in one of the libraries. | | The onl

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