cURL / Mailing Lists / curl-library / Single Mail

curl-library

Warning when generate static lib libcurl.a on Linux

From: <delphine.menjikoff_at_orsyp.com>
Date: Thu, 10 Mar 2005 15:40:07 +0100

Hello everybody !!!

 

I generate the static libcurl.a on my Linux OS (Linux 2.2.14-5.0) and I
have a warning at the end of my generation (but the libcurl.a was
generated) :

 

DEPDIR=.deps depmode=gcc /bin/sh ../depcomp \

gcc -DHAVE_CONFIG_H -I../src -I../include -I../src -I../lib -g -O2
-c -o timeval.o `test -f '../lib/timeval.c' || echo
'./'`../lib/timeval.c

make[2]: *** Warning: File `../lib/libcurl.la' has modification time in
the future (2005-03-10 15:37:26 > 2005-03-10 15:36:26)

/bin/sh ../libtool --tag=CC --mode=link gcc -g -O2 -o curl main.o
hugehelp.o urlglob.o writeout.o writeenv.o getpass.o homedir.o
strtoofft.o timeval.o ../lib/libcurl.la -ldl -lz

mkdir .libs

gcc -g -O2 -o curl main.o hugehelp.o urlglob.o writeout.o writeenv.o
getpass.o homedir.o strtoofft.o timeval.o ../lib/.libs/libcurl.a -ldl
-lz

make[2]: *** Warning: Clock skew detected. Your build may be
incomplete.

make[2]: Leaving directory `/dld04/users/dme/local_src/curl/src'

make[1]: Leaving directory `/dld04/users/dme/local_src/curl/src'

make[1]: Entering directory `/dld04/users/dme/local_src/curl'

make[1]: Nothing to be done for `all-am'.

make[1]: Leaving directory `/dld04/users/dme/local_src/curl'

make: *** Warning: Clock skew detected. Your build may be incomplete.

 

When I generate my executable (which use the libcurl.a), the
compilation, generation, execution was OK.

 

But, when I generate another executable which also use the libcurl.a, I
get a coredump during the "make" procedure (at ld execution).

 

My question is, is due to my libcurl.a ?

Because it works fine with the first executable....

I don't understand what's wrong...

 

Is somebody already had the same problem ?

 

Thanks for your help.

 

Fifi.
Received on 2005-03-10