Hi,
the compiling with option -E isnt really filled with information:
s15187200:/emitter-3.0 # g++ -o emitter -E -Wno-deprecated
-I/usr/include/mysql -I./ -L/usr/lib/mysql -I/usr/include -L./ -lmysqlclient
-lmimepp -lcurl -lcurlpp -lssl -lcrypto *.cpp
g++: -lmysqlclient: linker input file unused because linking not done
g++: -lmimepp: linker input file unused because linking not done
g++: -lcurl: linker input file unused because linking not done
g++: -lcurlpp: linker input file unused because linking not done
g++: -lssl: linker input file unused because linking not done
g++: -lcrypto: linker input file unused because linking not done
s15187200:/emitter-3.0 #
I deleted all object-files before.
Am Dienstag 05 Juli 2005 16:25 schrieb Jean-Philippe Barrette-LaPierre:
> On July 5, 2005 02:08 pm, Thorsten Viel wrote:
> > I dont know which option you mean, and a search in man wasn't really
> > fertile.
>
> Just found the option to g++, it's "-E":
>
> -E Stop after the preprocessing stage; do not run the compiler
> proper. The output is in the form of preprocessed source code, which is
> sent to the standard output.
>
> Input files which don't require preprocessing are ignored.
_______________________________________________
cURLpp mailing list
cURLpp_at_rrette.com
http://www.rrette.com/mailman/listinfo/curlpp
Received on 2005-07-06