libtool link warning

2011-04-13 Thread Kapoor, Nitin
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,/

Re: libtool: link: warning: '[.la file]' seems to be moved

2004-03-23 Thread Scott James Remnant
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

Re: libtool: link: warning: '[.la file]' seems to be moved

2004-02-20 Thread Albert Chin
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

libtool: link: warning: '[.la file]' seems to be moved

2004-02-13 Thread Albert Chin
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

libtool: link: warning: `libdb-4.1.la' seems to be moved

2003-11-25 Thread Julian Foad
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

libtool: link: warning: `libdb-4.1.la' seems to be moved

2003-11-16 Thread Julian Foad
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