Steven Munroe wrote:
> I am trying to build a package on a OpenSuse-10.3 PowerMac G5. and I see
> the following:
> 
> /bin/sh ../../libtool --tag=CC --mode=link /usr/bin/gcc  -m64 -g -O2
> -mcpu=power
> 4 -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused
> -Wmissing
> -prototypes -Wmissing-declarations -Wstrict-prototypes
> -Wmissing-prototypes -Wn
> ested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align
> -Wwrite-strings  -m64
> -o pedump  pedump.o
> libmonoruntime.la ../io-layer/libwapi.la ../utils/libmonouti
> ls.la ../../libgc/libmonogc.la -pthread -lgthread-2.0 -lrt -lglib-2.0
> -lm -ldl
>  -lpthread -lm
> libtool: link: cannot find the library `/usr/lib64/libpcre.la' 
> or unhandled argument `/usr/lib64/libpcre.la'

It seems likely that some other .la file has /usr/lib64/libpcre.la in
its dependency_libs. If you add --debug immediately prior to the
--tag=CC and save stdout and stderr to a log, reading the log should
tell you which one. Alternatively, grep for /usr/lib64/libpcre.la in
/usr/lib64.


Peter
--
Peter O'Gorman
http://pogma.com


_______________________________________________
Bug-libtool mailing list
Bug-libtool@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-libtool

Reply via email to