Title: Linking problem
Hello guys,
I am using libtool to build static and shared libraries. Now, I have run into the following problem.
Lets say I am building a library "libX.la". This library is a collection of other libraries and NO source files.
Eg.
In my Makefile.am I have something
o be noted is X is not using this symbol at all. How does shared
and static libraries treat the symbols which are undefined.?
Thanks
-Original Message-
From: Albert Chin [mailto:[EMAIL PROTECTED]
Sent: Wednesday, October 12, 2005 2:19 PM
To: Nitesh Soni (NC/TNT)
Cc: 'libtool@gnu.o
c use this symbol)
I am using gcc version 3.3.1 ( MontaVista ) building for x86.
Thanks
-Original Message-
From: Albert Chin [mailto:[EMAIL PROTECTED]
Sent: Wednesday, October 12, 2005 1:25 PM
To: Nitesh Soni (NC/TNT)
Cc: libtool@gnu.org
Subject: Re: problem linking with shared library
O
Title: problem linking with shared library
Hello all,
I am trying to build an executable "X" which links with libY.
I am using libtool to build this library libY; so I have a static version libY.a and libY.so
When I link the static version libY.a, i am able to build the application X
But
Title: regarding multiple parser.y in single Makefile.am
Hi.
I am trying to build multiple parser.y sources in a single Makefile.am for different libraries.
eg I have parser.y in src/libX/src and in src/libY/src ...
I have a single Makefile.am at "src" level. How can I b