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