Hello Folks,
I am trying to compile xerces and getting the following warning:
libtool: link: g++ -g -O2 -D_REENTRANT -pthreads -o .libs/EnumVal
src/EnumVal/EnumVal.o ../src/.libs/libxerces-c.so
/usr/sfw/lib/libstdc++.so -L/usr/sfw/lib -lnsl -lsocket -licuuc
-licudata -pthreads -Wl,-R -Wl,/
On Fri, 2004-02-13 at 20:07, Albert Chin wrote:
> ltmain.in prints out a warning when it thinks the .la file isn't in
> $libdir:
> if test "$absdir" != "$libdir"; then
> $echo "$modename: warning: \`$deplib' seems to be moved" 1>&2
> fi
>
> However, if $absdir has "..", and it resolves to
On Fri, Feb 13, 2004 at 02:07:12PM -0600, Albert Chin wrote:
> ltmain.in prints out a warning when it thinks the .la file isn't in
> $libdir:
> if test "$absdir" != "$libdir"; then
> $echo "$modename: warning: \`$deplib' seems to be moved" 1>&2
> fi
>
> However, if $absdir has "..", and it
ltmain.in prints out a warning when it thinks the .la file isn't in
$libdir:
if test "$absdir" != "$libdir"; then
$echo "$modename: warning: \`$deplib' seems to be moved" 1>&2
fi
However, if $absdir has "..", and it resolves to $libdir taking ".."
into consideration, the warning is still p
What does this warning mean, and what should I do about it?
libtool: link: warning: `/usr/lib/gcc-lib/i586-suse-linux/3.3.1/../../..//libdb-4.1.la' seems to be moved
The file it refers to says it was created by libtool 1.4, and I am now using libtool 1.5.
- J
I have just upgraded from SuSE Linux 8.1 to 9.0. Now, when I build Subversion, I am getting these warnings:
libtool: link: warning: `/usr/lib/gcc-lib/i586-suse-linux/3.3.1/../../..//libdb-4.1.la' seems to be moved
That file exists (and is attached):
~> ls -l /usr/lib/gcc-lib/i586-su