[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: --disable-shared not working ?
From: |
BORBELY Zoltan |
Subject: |
Re: --disable-shared not working ? |
Date: |
Fri, 25 Jul 2003 09:53:09 +0200 |
User-agent: |
Mutt/1.4.1i |
Hi,
On Fri, Jul 25, 2003 at 08:59:30AM +0200, Olivier Kaloudoff wrote:
> trying to compile static gnokii on linux redhat 9
> gives me the following,
[...]
> address@hidden gnokii]$ ldd gnokii/gnokii
> libbluetooth.so.1 => /usr/lib/libbluetooth.so.1 (0x40021000)
> libXpm.so.4 => /usr/X11R6/lib/libXpm.so.4 (0x40026000)
> libX11.so.6 => /usr/X11R6/lib/libX11.so.6 (0x40035000)
> libc.so.6 => /lib/tls/libc.so.6 (0x42000000)
> libdl.so.2 => /lib/libdl.so.2 (0x40114000)
> /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)
>
>
> Am I doing something wrong or is something broken somewhere ?
--disable-shared means there won't be a independent libgnokii library.
It won't affect wheter the other libraries is static or not. Try to
add -static to LDFLAGS.
Bye,
Bozo