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: libtool 1.5a download broken

2003-12-09 Thread Alexandre Duret-Lutz
>>> "Rich" == Richard Dawe <[EMAIL PROTECTED]> writes: Rich> Hello. Rich> David Favor wrote: Rich> [snip] >> Is there an alternative way to access libtool 1.5a? Rich> [snip] Rich> I don't know. Maybe one of the GNU libtool maintainers can help? I have an entire duplicate of the CVSROOT of

Re: libtool 1.5a download broken

2003-12-09 Thread Richard Dawe
Hello. David Favor wrote: [snip] > Is there an alternative way to access libtool 1.5a? [snip] I don't know. Maybe one of the GNU libtool maintainers can help? Bye, Rich =] -- Richard Dawe [ http://homepages.nildram.co.uk/~phekda/richdawe/ ] "You can't evaluate a man by logic alone." -- McCoy,

Re: C programs using C++ libraries

2003-12-09 Thread Billy Biggs
Hi Bob, thanks for your reply. Bob Friesenhahn ([EMAIL PROTECTED]): > On Tue, 9 Dec 2003, Billy Biggs wrote: > > > I have a C program that uses a library which internally uses C++, > > [...] > > > > 1. Why does my program need to be linked with a C++ compiler in > > some cases and not in o

Re: C programs using C++ libraries

2003-12-09 Thread Bob Friesenhahn
On Tue, 9 Dec 2003, Billy Biggs wrote: > I have a C program that uses a library which internally uses C++, but > exposes a C API. I have a user who experiences linking problems about > missing standard C++ stuff, fixed by using "g++" to link. I am looking > for help in understanding this and w

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

Re: [MAD SCIENCE EXPERIMENT]: Replace some libtool functionality with handcoded C

2003-12-09 Thread Tom Tromey
> "Alexandre" == Alexandre Oliva <[EMAIL PROTECTED]> writes: Alexandre> the *_OBJECT definitions assume the absence of shell-active Alexandre> characters in filenames, which is probably a safe Alexandre> assumption for Makefiles. It isn't unreasonable for a Java .class file's name to contain

Problem porting linux shared library to windows using cygwin and libtool

2003-12-09 Thread Thomas Leitner
Hi! I have been using libtool for one of my projects under linux and now I am in the progress of porting this project to windows using Cygwin. Fortunately, all the configuration stuff worked fine, but when it came to the compilation part, some things went wrong. I have native Windows DLLs and