Compiling statically trickle
Hello,
i'm trying to compile statically trickle without result.
i've type the command:
./configure LDFLAGS=-static
and that command returns without errors.
Then i've type :
make
and that command return this error:
gcc -DHAVE_CONFIG_H -I. -I. -I. -Wall -Icompat -g -O2 -c trickle.c
gcc -DHAVE_CONFIG_H -I. -I. -I. -Wall -Icompat -g -O2 -c util.c
gcc -DHAVE_CONFIG_H -I. -I. -I. -Wall -Icompat -g -O2 -c getopt.c
gcc -DHAVE_CONFIG_H -I. -I. -I. -Wall -Icompat -g -O2 -c strlcat.c
gcc -DHAVE_CONFIG_H -I. -I. -I. -Wall -Icompat -g -O2 -c strlcpy.c
/bin/bash ./libtool --mode=link gcc -Wall -Icompat -g -O2 -static -o trickle trickle.o util.o getopt.o strlcat.o strlcpy.o -lnsl -ldl
mkdir .libs
gcc -Wall -Icompat -g -O2 -o trickle trickle.o util.o getopt.o strlcat.o strlcpy.o -lnsl -ldl
gcc -DHAVE_CONFIG_H -I. -I. -I. -Wall -Icompat -g -O2 -c trickled.c
In file included from trickled.c:33:
/usr/include/
/usr/include/
make: *** [trickled.o] Errore 1
and the binary file created, by using the command file is :
trickle: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.15, not stripped
that is dinamically linked!!!!!!!
Any suggestion??
thank to everybody
C.Marini
Question information
- Language:
- English Edit question
- Status:
- Answered
- For:
- Ubuntu trickle Edit question
- Assignee:
- No assignee Edit question
- Last query:
- Last reply:
Can you help with this problem?
Provide an answer of your own, or ask Claudio for more information if necessary.