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
-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
-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
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