IRIX: Expecting n32 objects

2003-08-28 Thread moseley
quot; (which is just an empty function) because Solaris was exiting with an error if libreplace was empty. Can anyone explain what the issue is here and what I need to do to solve the problem? Thanks, -- Bill Moseley [EMAIL PROTECTED] ___ Libtool

Build failure on Solaris

2003-03-28 Thread Bill Moseley
ish-e-2.3.5/src/replace/Makefile.am noinst_LTLIBRARIES = libreplace.la libreplace_la_SOURCES = libreplace_la_LIBADD = @LTLIBOBJS@ EXTRA_DIST = mkstemp.h On linux: [EMAIL PROTECTED]:~//build/src/replace/.libs$ ls -la total 4 drwxr-xr-x2 moseley moseley46 Mar 28 22:56 . drwxr-xr-

Re: Library path with AC_CHECK_LIB

2003-06-11 Thread Bill Moseley
orks. Sorry for my ignorance, but thanks to Autotools I don't normally have to think about these things! Thanks, -- Bill Moseley [EMAIL PROTECTED] ___ Libtool mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/libtool

LD_RUN_PATH not adding paths when building with shared libs

2003-08-28 Thread Bill Moseley
fix=$HOME/test_again >/dev/null [EMAIL PROTECTED]:~/swish-e$ LD_RUN_PATH=/home/moseley/swish-e/filters make install >/dev/null [EMAIL PROTECTED]:~/swish-e$ strings /home/moseley/test_again/bin/swish-e | grep moseley /home/moseley/test_again/lib /home/moseley/test_again/lib/swish-e (By the way,

Re: LD_RUN_PATH not adding paths when building with shared libs

2003-08-29 Thread Bill Moseley
> > >[EMAIL PROTECTED]:~/swish-e$ ./configure --disable-shared --prefix=$HOME/test_again > >>/dev/null > >[EMAIL PROTECTED]:~/swish-e$ LD_RUN_PATH=/home/moseley/swish-e/filters make install > >>/dev/null > >[EMAIL PROTECTED]:~/swish-e$ strings /home/mosele

Re: LD_RUN_PATH not adding paths when building with shared libs

2003-08-29 Thread Bill Moseley
So now I wonder why their tests on IRIX showed that --disable-shared also statically linked in libgcc. Thanks for your help, -- Bill Moseley [EMAIL PROTECTED] ___ Libtool mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/libtool

Building completely static program

2004-05-18 Thread Bill Moseley
GS) -Ireplace libswishindex_la_LDFLAGS = $(LIBXML2_LIB) $(Z_LIBS) $(PCRE_LIBS) libswishindex.la gets generated with this line: # Libraries that this one depends upon. dependency_libs=' -L/usr/lib /usr/lib/libxml2.la -lpthread -lz -lm ' I guess what I'd like to be able to do is simply

Building all static

2004-11-01 Thread Bill Moseley
ibtool. Do I need to setup my Makefile.am special to allow building static via configure? [1] http://swish-e.org/Discussion/archive/2004-05/7497.html Another message which seems related: http://lists.gnu.org/archive/html/bug-libtool/2002-07/msg00055.html Thanks, --

Re: Building all static

2004-11-02 Thread Bill Moseley
/bin/swish-e libxml2.so.2 => /usr/lib/libxml2.so.2 (0x40027000) libpthread.so.0 => /lib/tls/libpthread.so.0 (0x40122000) libz.so.1 => /usr/lib/libz.so.1 (0x40132000) libswish-e.so.2 => /home/moseley/static/lib/libswish-e.so.2 (0x40144000) libm.so.6

Re: Building all static

2004-11-02 Thread Bill Moseley
m on their ISP that didn't allow shell access -- but they could ftp a program to their account. So they wanted to build statically and not depend on their ISPs libraries at all. My (less then helpful) suggestion to them was to get another ISP, but the still wanted to try the static build. --

Re: Building all static

2004-11-02 Thread Bill Moseley
:2501: checking for C compiler default output file name configure:2504: gcc -all-static conftest.c >&5 cc1: error: unrecognized option `-all-static' This is on Debian Sid. -- Bill Moseley [EMAIL PROTECTED] ___ Libtool mailing list [EMAIL PROTECTED] http://lists.gnu.org/mailman/listinfo/libtool

Re: Building all static

2004-11-03 Thread Bill Moseley
As I posted, that doesn't work. What does work is: ./configure && make LDFLAGS=-all-static Since passing LDFLAGS to configure doesn't work does that mean that there's something setup incorrectly in my setup? -- Bill Moseley [EMAIL PROTECTED] __

Re: Building all static

2004-11-03 Thread Bill Moseley
tls/libm.so.6 (0x40144000) libc.so.6 => /lib/tls/libc.so.6 (0x40167000) /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x4000) -- Bill Moseley [EMAIL PROTECTED] ___ Libtool mailing list [EMAIL PROTECTED] http://lists.gnu.org/mailman/listinfo/libtool

make distcheck

2004-12-09 Thread Bill Moseley
Could someone explain what these are telling me -- and more importantly, if they are indication of a problem? [EMAIL PROTECTED]:~/swish-e$ make distcheck >/dev/null libtool: install: warning: remember to run `libtool --finish /home/moseley/swish-e/swish-e-2.4.3/_inst/lib' libtool: