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
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-
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
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,
>
> >[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
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
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
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,
--
/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
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.
--
: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
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]
__
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
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:
14 matches
Mail list logo