Hi Stephan,
On Sun, Jun 04, 2000 at 01:42:18AM +0200, Stephan Kulow wrote:
> OK, your patch doesn't heal the problem and now that the deps are so
> much clearer,
> I think it's clear that the ml stuff isn't to blame per se :)
Whew! :-)
> /bin/sh ../libtool --mode=link g++ -g -ansi -D_XOPEN_SOURCE
> -D_BSD_SOURCE -fno-exceptions -fno-rtti -fno-check-new -Wall -pedantic
> -W -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -Wno-long-long
> -fno-builtin -frtti -DQT_CLEAN_NAMESPACE -L/usr/X11R6/lib
> -L/home/coolo/prod/qt/lib -L/home/coolo/prod/KDE/lib -o dcopserver.la
> -rpath /home/coolo/prod/KDE/lib -module -avoid-version dcopserver.lo
> libDCOP.la
>
> libs = -L/usr/X11R6/lib -L/home/coolo/prod/qt/lib
> -L/home/coolo/prod/KDE/lib libDCOP.la
> -L/usr/lib/gcc-lib/i386-linux/egcs-2.91.66 -L/usr/i386-linux/lib
> -lstdc++ -lm -lgcc -lc -lgcc
>
> rm -fr .libs/dcopserver.la .libs/dcopserver.lai .libs/dcopserver.so
> g++ -shared -nostdlib /usr/lib/crti.o
> /usr/lib/gcc-lib/i386-linux/egcs-2.91.66/crtbeginS.o
> .libs/dcopserver.o -L/usr/i386-linux/lib
> -L/usr/lib/gcc-lib/i386-linux/egcs-2.91.66 -L/usr/lib -L/usr/X11R6/lib
> -L/home/coolo/prod/qt/lib -L/home/coolo/prod/KDE/lib ./.libs/libDCOP.so
> -lstdc++ -lm -lc
> -lgcc -lc /usr/lib/gcc-lib/i386-linux/egcs-2.91.66/crtendS.o
> /usr/lib/crtn.o -Wl,-soname -Wl,dcopserver.so -o .libs/dcopserver.so
> creating dcopserver.la
>
> to the libs = everything looks perfect, but then the conv pass seems to
> run wild ;)
Ah okay. Well, at least we're narrowing down the problem.
> the libDCOP.la file looks like this
>
> dependency_libs=' -L/usr/X11R6/lib -L/home/coolo/prod/qt/lib
> -L/home/coolo/prod/KDE/lib -lSM -lICE -lICE -lqt -lpng -lz
> /usr/lib/libjpeg.la -lXext -lX11 -lSM -lICE
> -L/usr/lib/gcc-lib/i386-linux/egcs-2.91.66 -L/usr/i386-linux/lib
> -lstdc++ -lm -lc -lgcc'
>
> Also quite perfect. I investigate further
Great! Thank you very much!
-Ossama
--
Ossama Othman <[EMAIL PROTECTED]>
Distributed Object Computing Laboratory, Univ. of California at Irvine
1024D/F7A394A8 - 84ED AA0B 1203 99E4 1068 70E6 5EB7 5E71 F7A3 94A8