Error compiling

Karine Proot <[email protected]> Tue, 10 Feb 2004 22:14:08 +0100
Newsgroups gmane.network.everybuddy.user
Message-ID <1076447648.2455.2.camel@gelydh>
Hello,

   Compiling core from latest trunk :

edhel@gelydh core $ ./configure --with-static-all
checking for a BSD-compatible install... /bin/install -c
checking whether build environment is sane... yes
/home/edhel/devel/eb-lite-trunk/core/missing: Unknown `--run' option
Try `/home/edhel/devel/eb-lite-trunk/core/missing --help' for more
information
configure: WARNING: `missing' script is too old or missing
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for C++ compiler default output... a.out
checking whether the C++ compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking for style of include used by make... GNU
checking dependency style of g++... gcc3
checking for gcc... gcc
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking dependency style of gcc... gcc3
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for ld used by GCC... /usr/i486-pc-linux-gnu/bin/ld
checking if the linker (/usr/i486-pc-linux-gnu/bin/ld) is GNU ld... yes
checking for /usr/i486-pc-linux-gnu/bin/ld option to reload object
files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking for a sed that does not truncate output... /bin/sed
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
checking command to parse /usr/bin/nm -B output... ok
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for ranlib... ranlib
checking for strip... strip
checking for objdir... .libs
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.lo... yes
checking if gcc supports -fno-rtti -fno-exceptions... yes
checking whether the linker (/usr/i486-pc-linux-gnu/bin/ld) supports
shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking whether -lc should be explicitly linked in... no
creating libtool
checking for windres... no
checking for a BSD-compatible install... /bin/install -c
checking for lt_dlopen in -lltdl... yes
checking for library containing socket... none required
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking for ANSI C header files... (cached) yes
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking netdb.h usability... yes
checking netdb.h presence... yes
checking for netdb.h... yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for unistd.h... (cached) yes
checking for an ANSI C-conforming const... yes
checking whether time.h and sys/time.h may both be included... yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible malloc... yes
checking whether lstat dereferences a symlink specified with a trailing
slash... yes
checking whether stat accepts an empty string... no
checking for vprintf... yes
checking for _doprnt... no
checking for memset... yes
checking for mkdir... yes
checking for select... yes
checking for socket... yes
checking for strdup... yes
checking for gethostbyname... yes
checking for gethostname... yes
checking for inet_ntoa... yes
checking for strerror... yes
checking for strstr... yes
checking for snprintf... yes
checking whether we need gethostname prototype... no
checking for GnuTLS... /usr
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating plugins/Makefile
config.status: creating plugins/msn/Makefile
config.status: creating plugins/irc/Makefile
config.status: creating plugins/toc/Makefile
config.status: creating plugins/yahoo/Makefile
config.status: creating plugins/misc/Makefile
config.status: creating config.h
config.status: executing depfiles commands
edhel@gelydh core $ make
cd . && autoheader
touch ./config.h.in
cd . && /bin/sh ./config.status config.h
config.status: creating config.h
config.status: config.h is unchanged
make  all-recursive
make[1]: Entering directory `/home/edhel/devel/eb-lite-trunk/core'
Making all in plugins
make[2]: Entering directory
`/home/edhel/devel/eb-lite-trunk/core/plugins'
Making all in irc
make[3]: Entering directory
`/home/edhel/devel/eb-lite-trunk/core/plugins/irc'
if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src  -no-cpp-precomp  -g
-O2 -Wall -I/usr/include/gnutls -DHAVE_TLS -MT irc.o -MD -MP -MF
".deps/irc.Tpo" \
  -c -o irc.o `test -f 'irc.c' || echo './'`irc.c; \
then mv -f ".deps/irc.Tpo" ".deps/irc.Po"; \
else rm -f ".deps/irc.Tpo"; exit 1; \
fi
gcc: unrecognized option `-no-cpp-precomp'
rm -f libirc.a
ar cru libirc.a irc.o
ranlib libirc.a
make[3]: Leaving directory
`/home/edhel/devel/eb-lite-trunk/core/plugins/irc'
Making all in toc
make[3]: Entering directory
`/home/edhel/devel/eb-lite-trunk/core/plugins/toc'
if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src  -no-cpp-precomp  -g
-O2 -Wall -I/usr/include/gnutls -DHAVE_TLS -MT toc.o -MD -MP -MF
".deps/toc.Tpo" \
  -c -o toc.o `test -f 'toc.c' || echo './'`toc.c; \
then mv -f ".deps/toc.Tpo" ".deps/toc.Po"; \
else rm -f ".deps/toc.Tpo"; exit 1; \
fi
gcc: unrecognized option `-no-cpp-precomp'
if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src  -no-cpp-precomp  -g
-O2 -Wall -I/usr/include/gnutls -DHAVE_TLS -MT libtoc.o -MD -MP -MF
".deps/libtoc.Tpo" \  -c -o libtoc.o `test -f 'libtoc.c' || echo
'./'`libtoc.c; \
then mv -f ".deps/libtoc.Tpo" ".deps/libtoc.Po"; \
else rm -f ".deps/libtoc.Tpo"; exit 1; \
fi
gcc: unrecognized option `-no-cpp-precomp'
rm -f libtoc.a
ar cru libtoc.a toc.o libtoc.o
ranlib libtoc.a
make[3]: Leaving directory
`/home/edhel/devel/eb-lite-trunk/core/plugins/toc'
Making all in yahoo
make[3]: Entering directory
`/home/edhel/devel/eb-lite-trunk/core/plugins/yahoo'if gcc
-DHAVE_CONFIG_H -I. -I. -I../.. -I../../src  -no-cpp-precomp  -g -O2
-Wall -I/usr/include/gnutls -DHAVE_TLS -MT libyahoo2.o -MD -MP -MF
".deps/libyahoo2.Tpo" \
  -c -o libyahoo2.o `test -f 'libyahoo2.c' || echo './'`libyahoo2.c; \
then mv -f ".deps/libyahoo2.Tpo" ".deps/libyahoo2.Po"; \
else rm -f ".deps/libyahoo2.Tpo"; exit 1; \
fi
gcc: unrecognized option `-no-cpp-precomp'
if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src  -no-cpp-precomp  -g
-O2 -Wall -I/usr/include/gnutls -DHAVE_TLS -MT crypt.o -MD -MP -MF
".deps/crypt.Tpo" \
  -c -o crypt.o `test -f 'crypt.c' || echo './'`crypt.c; \
then mv -f ".deps/crypt.Tpo" ".deps/crypt.Po"; \
else rm -f ".deps/crypt.Tpo"; exit 1; \
fi
gcc: unrecognized option `-no-cpp-precomp'
if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src  -no-cpp-precomp  -g
-O2 -Wall -I/usr/include/gnutls -DHAVE_TLS -MT md5.o -MD -MP -MF
".deps/md5.Tpo" \
  -c -o md5.o `test -f 'md5.c' || echo './'`md5.c; \
then mv -f ".deps/md5.Tpo" ".deps/md5.Po"; \
else rm -f ".deps/md5.Tpo"; exit 1; \
fi
gcc: unrecognized option `-no-cpp-precomp'
if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src  -no-cpp-precomp  -g
-O2 -Wall -I/usr/include/gnutls -DHAVE_TLS -MT sha.o -MD -MP -MF
".deps/sha.Tpo" \
  -c -o sha.o `test -f 'sha.c' || echo './'`sha.c; \
then mv -f ".deps/sha.Tpo" ".deps/sha.Po"; \
else rm -f ".deps/sha.Tpo"; exit 1; \
fi
gcc: unrecognized option `-no-cpp-precomp'
if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src  -no-cpp-precomp  -g
-O2 -Wall -I/usr/include/gnutls -DHAVE_TLS -MT yahoo_httplib.o -MD -MP
-MF ".deps/yahoo_httplib.Tpo" \
  -c -o yahoo_httplib.o `test -f 'yahoo_httplib.c' || echo
'./'`yahoo_httplib.c; \
then mv -f ".deps/yahoo_httplib.Tpo" ".deps/yahoo_httplib.Po"; \
else rm -f ".deps/yahoo_httplib.Tpo"; exit 1; \
fi
gcc: unrecognized option `-no-cpp-precomp'
if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src  -no-cpp-precomp  -g
-O2 -Wall -I/usr/include/gnutls -DHAVE_TLS -MT yahoo_util.o -MD -MP -MF
".deps/yahoo_util.Tpo" \
  -c -o yahoo_util.o `test -f 'yahoo_util.c' || echo './'`yahoo_util.c;
\
then mv -f ".deps/yahoo_util.Tpo" ".deps/yahoo_util.Po"; \
else rm -f ".deps/yahoo_util.Tpo"; exit 1; \
fi
gcc: unrecognized option `-no-cpp-precomp'
if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src  -no-cpp-precomp  -g
-O2 -Wall -I/usr/include/gnutls -DHAVE_TLS -MT yahoo_list.o -MD -MP -MF
".deps/yahoo_list.Tpo" \
  -c -o yahoo_list.o `test -f 'yahoo_list.c' || echo './'`yahoo_list.c;
\
then mv -f ".deps/yahoo_list.Tpo" ".deps/yahoo_list.Po"; \
else rm -f ".deps/yahoo_list.Tpo"; exit 1; \
fi
gcc: unrecognized option `-no-cpp-precomp'
if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src  -no-cpp-precomp  -g
-O2 -Wall -I/usr/include/gnutls -DHAVE_TLS -MT yahoo_fn.o -MD -MP -MF
".deps/yahoo_fn.Tpo" \
  -c -o yahoo_fn.o `test -f 'yahoo_fn.c' || echo './'`yahoo_fn.c; \
then mv -f ".deps/yahoo_fn.Tpo" ".deps/yahoo_fn.Po"; \
else rm -f ".deps/yahoo_fn.Tpo"; exit 1; \
fi
gcc: unrecognized option `-no-cpp-precomp'
if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src  -no-cpp-precomp  -g
-O2 -Wall -I/usr/include/gnutls -DHAVE_TLS -MT yahoo.o -MD -MP -MF
".deps/yahoo.Tpo" \
  -c -o yahoo.o `test -f 'yahoo.c' || echo './'`yahoo.c; \
then mv -f ".deps/yahoo.Tpo" ".deps/yahoo.Po"; \
else rm -f ".deps/yahoo.Tpo"; exit 1; \
fi
gcc: unrecognized option `-no-cpp-precomp'
rm -f libyahoo.a
ar cru libyahoo.a libyahoo2.o crypt.o md5.o sha.o yahoo_httplib.o
yahoo_util.o yahoo_list.o yahoo_fn.o yahoo.o
ranlib libyahoo.a
make[3]: Leaving directory
`/home/edhel/devel/eb-lite-trunk/core/plugins/yahoo'
Making all in misc
make[3]: Entering directory
`/home/edhel/devel/eb-lite-trunk/core/plugins/misc'
if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src  -no-cpp-precomp  -g
-O2 -Wall -I/usr/include/gnutls -DHAVE_TLS -MT autotrans.o -MD -MP -MF
".deps/autotrans.Tpo" \
  -c -o autotrans.o `test -f 'autotrans.c' || echo './'`autotrans.c; \
then mv -f ".deps/autotrans.Tpo" ".deps/autotrans.Po"; \
else rm -f ".deps/autotrans.Tpo"; exit 1; \
fi
gcc: unrecognized option `-no-cpp-precomp'
if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src  -no-cpp-precomp  -g
-O2 -Wall -I/usr/include/gnutls -DHAVE_TLS -MT rainbow.o -MD -MP -MF
".deps/rainbow.Tpo" \
  -c -o rainbow.o `test -f 'rainbow.c' || echo './'`rainbow.c; \
then mv -f ".deps/rainbow.Tpo" ".deps/rainbow.Po"; \
else rm -f ".deps/rainbow.Tpo"; exit 1; \
fi
gcc: unrecognized option `-no-cpp-precomp'
rm -f libmisc.a
ar cru libmisc.a autotrans.o rainbow.o
ranlib libmisc.a
make[3]: Leaving directory
`/home/edhel/devel/eb-lite-trunk/core/plugins/misc'
make[3]: Entering directory
`/home/edhel/devel/eb-lite-trunk/core/plugins'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory
`/home/edhel/devel/eb-lite-trunk/core/plugins'
make[2]: Leaving directory
`/home/edhel/devel/eb-lite-trunk/core/plugins'
Making all in src
make[2]: Entering directory `/home/edhel/devel/eb-lite-trunk/core/src'
if gcc -DHAVE_CONFIG_H -I. -I. -I..  -no-cpp-precomp
-DPLUGINS_DIR=\"/usr/local/share/eb-lite/plugins\" -no-cpp-precomp  -g
-O2 -Wall -I/usr/include/gnutls -DHAVE_TLS -MT accounts.o -MD -MP -MF
".deps/accounts.Tpo" \
  -c -o accounts.o `test -f 'accounts.c' || echo './'`accounts.c; \
then mv -f ".deps/accounts.Tpo" ".deps/accounts.Po"; \
else rm -f ".deps/accounts.Tpo"; exit 1; \
fi
gcc: unrecognized option `-no-cpp-precomp'
gcc: unrecognized option `-no-cpp-precomp'
if gcc -DHAVE_CONFIG_H -I. -I. -I..  -no-cpp-precomp
-DPLUGINS_DIR=\"/usr/local/share/eb-lite/plugins\" -no-cpp-precomp  -g
-O2 -Wall -I/usr/include/gnutls -DHAVE_TLS -MT actions.o -MD -MP -MF
".deps/actions.Tpo" \
  -c -o actions.o `test -f 'actions.c' || echo './'`actions.c; \
then mv -f ".deps/actions.Tpo" ".deps/actions.Po"; \
else rm -f ".deps/actions.Tpo"; exit 1; \
fi
gcc: unrecognized option `-no-cpp-precomp'
gcc: unrecognized option `-no-cpp-precomp'
if gcc -DHAVE_CONFIG_H -I. -I. -I..  -no-cpp-precomp
-DPLUGINS_DIR=\"/usr/local/share/eb-lite/plugins\" -no-cpp-precomp  -g
-O2 -Wall -I/usr/include/gnutls -DHAVE_TLS -MT contactlist.o -MD -MP -MF
".deps/contactlist.Tpo" \
  -c -o contactlist.o `test -f 'contactlist.c' || echo
'./'`contactlist.c; \
then mv -f ".deps/contactlist.Tpo" ".deps/contactlist.Po"; \
else rm -f ".deps/contactlist.Tpo"; exit 1; \
fi
gcc: unrecognized option `-no-cpp-precomp'
gcc: unrecognized option `-no-cpp-precomp'
if gcc -DHAVE_CONFIG_H -I. -I. -I..  -no-cpp-precomp
-DPLUGINS_DIR=\"/usr/local/share/eb-lite/plugins\" -no-cpp-precomp  -g
-O2 -Wall -I/usr/include/gnutls -DHAVE_TLS -MT debug.o -MD -MP -MF
".deps/debug.Tpo" \
  -c -o debug.o `test -f 'debug.c' || echo './'`debug.c; \
then mv -f ".deps/debug.Tpo" ".deps/debug.Po"; \
else rm -f ".deps/debug.Tpo"; exit 1; \
fi
gcc: unrecognized option `-no-cpp-precomp'
gcc: unrecognized option `-no-cpp-precomp'
if gcc -DHAVE_CONFIG_H -I. -I. -I..  -no-cpp-precomp
-DPLUGINS_DIR=\"/usr/local/share/eb-lite/plugins\" -no-cpp-precomp  -g
-O2 -Wall -I/usr/include/gnutls -DHAVE_TLS -MT elist.o -MD -MP -MF
".deps/elist.Tpo" \
  -c -o elist.o `test -f 'elist.c' || echo './'`elist.c; \
then mv -f ".deps/elist.Tpo" ".deps/elist.Po"; \
else rm -f ".deps/elist.Tpo"; exit 1; \
fi
gcc: unrecognized option `-no-cpp-precomp'
gcc: unrecognized option `-no-cpp-precomp'
if gcc -DHAVE_CONFIG_H -I. -I. -I..  -no-cpp-precomp
-DPLUGINS_DIR=\"/usr/local/share/eb-lite/plugins\" -no-cpp-precomp  -g
-O2 -Wall -I/usr/include/gnutls -DHAVE_TLS -MT gui_comms.o -MD -MP -MF
".deps/gui_comms.Tpo" \
  -c -o gui_comms.o `test -f 'gui_comms.c' || echo './'`gui_comms.c; \
then mv -f ".deps/gui_comms.Tpo" ".deps/gui_comms.Po"; \
else rm -f ".deps/gui_comms.Tpo"; exit 1; \
fi
gcc: unrecognized option `-no-cpp-precomp'
gcc: unrecognized option `-no-cpp-precomp'
if gcc -DHAVE_CONFIG_H -I. -I. -I..  -no-cpp-precomp
-DPLUGINS_DIR=\"/usr/local/share/eb-lite/plugins\" -no-cpp-precomp  -g
-O2 -Wall -I/usr/include/gnutls -DHAVE_TLS -MT groupchat.o -MD -MP -MF
".deps/groupchat.Tpo" \
  -c -o groupchat.o `test -f 'groupchat.c' || echo './'`groupchat.c; \
then mv -f ".deps/groupchat.Tpo" ".deps/groupchat.Po"; \
else rm -f ".deps/groupchat.Tpo"; exit 1; \
fi
gcc: unrecognized option `-no-cpp-precomp'
gcc: unrecognized option `-no-cpp-precomp'
if gcc -DHAVE_CONFIG_H -I. -I. -I..  -no-cpp-precomp
-DPLUGINS_DIR=\"/usr/local/share/eb-lite/plugins\" -no-cpp-precomp  -g
-O2 -Wall -I/usr/include/gnutls -DHAVE_TLS -MT html.o -MD -MP -MF
".deps/html.Tpo" \
  -c -o html.o `test -f 'html.c' || echo './'`html.c; \
then mv -f ".deps/html.Tpo" ".deps/html.Po"; \
else rm -f ".deps/html.Tpo"; exit 1; \
fi
gcc: unrecognized option `-no-cpp-precomp'
gcc: unrecognized option `-no-cpp-precomp'
if gcc -DHAVE_CONFIG_H -I. -I. -I..  -no-cpp-precomp
-DPLUGINS_DIR=\"/usr/local/share/eb-lite/plugins\" -no-cpp-precomp  -g
-O2 -Wall -I/usr/include/gnutls -DHAVE_TLS -MT main.o -MD -MP -MF
".deps/main.Tpo" \
  -c -o main.o `test -f 'main.c' || echo './'`main.c; \
then mv -f ".deps/main.Tpo" ".deps/main.Po"; \
else rm -f ".deps/main.Tpo"; exit 1; \
fi
gcc: unrecognized option `-no-cpp-precomp'
gcc: unrecognized option `-no-cpp-precomp'
main.c:43:1: warning: "VERSION" redefined
In file included from plugin_api.h:8,
                 from plugin.h:7,
                 from main.c:31:
../config.h:167:1: warning: this is the location of the previous
definition
if gcc -DHAVE_CONFIG_H -I. -I. -I..  -no-cpp-precomp
-DPLUGINS_DIR=\"/usr/local/share/eb-lite/plugins\" -no-cpp-precomp  -g
-O2 -Wall -I/usr/include/gnutls -DHAVE_TLS -MT md5.o -MD -MP -MF
".deps/md5.Tpo" \
  -c -o md5.o `test -f 'md5.c' || echo './'`md5.c; \
then mv -f ".deps/md5.Tpo" ".deps/md5.Po"; \
else rm -f ".deps/md5.Tpo"; exit 1; \
fi
gcc: unrecognized option `-no-cpp-precomp'
gcc: unrecognized option `-no-cpp-precomp'
if gcc -DHAVE_CONFIG_H -I. -I. -I..  -no-cpp-precomp
-DPLUGINS_DIR=\"/usr/local/share/eb-lite/plugins\" -no-cpp-precomp  -g
-O2 -Wall -I/usr/include/gnutls -DHAVE_TLS -MT message_parse.o -MD -MP
-MF ".deps/message_parse.Tpo" \
  -c -o message_parse.o `test -f 'message_parse.c' || echo
'./'`message_parse.c; \
then mv -f ".deps/message_parse.Tpo" ".deps/message_parse.Po"; \
else rm -f ".deps/message_parse.Tpo"; exit 1; \
fi
gcc: unrecognized option `-no-cpp-precomp'
gcc: unrecognized option `-no-cpp-precomp'
message_parse.c: In function `eb_incoming_message':
message_parse.c:136: warning: unused variable `when'
if gcc -DHAVE_CONFIG_H -I. -I. -I..  -no-cpp-precomp
-DPLUGINS_DIR=\"/usr/local/share/eb-lite/plugins\" -no-cpp-precomp  -g
-O2 -Wall -I/usr/include/gnutls -DHAVE_TLS -MT misc_cb.o -MD -MP -MF
".deps/misc_cb.Tpo" \
  -c -o misc_cb.o `test -f 'misc_cb.c' || echo './'`misc_cb.c; \
then mv -f ".deps/misc_cb.Tpo" ".deps/misc_cb.Po"; \
else rm -f ".deps/misc_cb.Tpo"; exit 1; \
fi
gcc: unrecognized option `-no-cpp-precomp'
gcc: unrecognized option `-no-cpp-precomp'
if gcc -DHAVE_CONFIG_H -I. -I. -I..  -no-cpp-precomp
-DPLUGINS_DIR=\"/usr/local/share/eb-lite/plugins\" -no-cpp-precomp  -g
-O2 -Wall -I/usr/include/gnutls -DHAVE_TLS -MT plugin.o -MD -MP -MF
".deps/plugin.Tpo" \
  -c -o plugin.o `test -f 'plugin.c' || echo './'`plugin.c; \
then mv -f ".deps/plugin.Tpo" ".deps/plugin.Po"; \
else rm -f ".deps/plugin.Tpo"; exit 1; \
fi
gcc: unrecognized option `-no-cpp-precomp'
gcc: unrecognized option `-no-cpp-precomp'
if gcc -DHAVE_CONFIG_H -I. -I. -I..  -no-cpp-precomp
-DPLUGINS_DIR=\"/usr/local/share/eb-lite/plugins\" -no-cpp-precomp  -g
-O2 -Wall -I/usr/include/gnutls -DHAVE_TLS -MT plugin_api.o -MD -MP -MF
".deps/plugin_api.Tpo" \
  -c -o plugin_api.o `test -f 'plugin_api.c' || echo './'`plugin_api.c;
\
then mv -f ".deps/plugin_api.Tpo" ".deps/plugin_api.Po"; \
else rm -f ".deps/plugin_api.Tpo"; exit 1; \
fi
gcc: unrecognized option `-no-cpp-precomp'
gcc: unrecognized option `-no-cpp-precomp'
if gcc -DHAVE_CONFIG_H -I. -I. -I..  -no-cpp-precomp
-DPLUGINS_DIR=\"/usr/local/share/eb-lite/plugins\" -no-cpp-precomp  -g
-O2 -Wall -I/usr/include/gnutls -DHAVE_TLS -MT prefs.o -MD -MP -MF
".deps/prefs.Tpo" \
  -c -o prefs.o `test -f 'prefs.c' || echo './'`prefs.c; \
then mv -f ".deps/prefs.Tpo" ".deps/prefs.Po"; \
else rm -f ".deps/prefs.Tpo"; exit 1; \
fi
gcc: unrecognized option `-no-cpp-precomp'
gcc: unrecognized option `-no-cpp-precomp'
if gcc -DHAVE_CONFIG_H -I. -I. -I..  -no-cpp-precomp
-DPLUGINS_DIR=\"/usr/local/share/eb-lite/plugins\" -no-cpp-precomp  -g
-O2 -Wall -I/usr/include/gnutls -DHAVE_TLS -MT proxy.o -MD -MP -MF
".deps/proxy.Tpo" \
  -c -o proxy.o `test -f 'proxy.c' || echo './'`proxy.c; \
then mv -f ".deps/proxy.Tpo" ".deps/proxy.Po"; \
else rm -f ".deps/proxy.Tpo"; exit 1; \
fi
gcc: unrecognized option `-no-cpp-precomp'
gcc: unrecognized option `-no-cpp-precomp'
proxy.c: In function `eb_socks5_incoming':
proxy.c:145: warning: implicit declaration of function `eread'
if gcc -DHAVE_CONFIG_H -I. -I. -I..  -no-cpp-precomp
-DPLUGINS_DIR=\"/usr/local/share/eb-lite/plugins\" -no-cpp-precomp  -g
-O2 -Wall -I/usr/include/gnutls -DHAVE_TLS -MT registry.o -MD -MP -MF
".deps/registry.Tpo" \
  -c -o registry.o `test -f 'registry.c' || echo './'`registry.c; \
then mv -f ".deps/registry.Tpo" ".deps/registry.Po"; \
else rm -f ".deps/registry.Tpo"; exit 1; \
fi
gcc: unrecognized option `-no-cpp-precomp'
gcc: unrecognized option `-no-cpp-precomp'
if gcc -DHAVE_CONFIG_H -I. -I. -I..  -no-cpp-precomp
-DPLUGINS_DIR=\"/usr/local/share/eb-lite/plugins\" -no-cpp-precomp  -g
-O2 -Wall -I/usr/include/gnutls -DHAVE_TLS -MT staticmods.o -MD -MP -MF
".deps/staticmods.Tpo" \
  -c -o staticmods.o `test -f 'staticmods.c' || echo './'`staticmods.c;
\
then mv -f ".deps/staticmods.Tpo" ".deps/staticmods.Po"; \
else rm -f ".deps/staticmods.Tpo"; exit 1; \
fi
gcc: unrecognized option `-no-cpp-precomp'
gcc: unrecognized option `-no-cpp-precomp'
staticmods.c: In function `load_static_mods':
staticmods.c:28: warning: implicit declaration of function `eb_irc_init'
staticmods.c:31: warning: implicit declaration of function `eb_toc_init'
staticmods.c:37: warning: implicit declaration of function
`eb_autotrans_init'
staticmods.c:38: warning: implicit declaration of function
`eb_rainbow_init'
if gcc -DHAVE_CONFIG_H -I. -I. -I..  -no-cpp-precomp
-DPLUGINS_DIR=\"/usr/local/share/eb-lite/plugins\" -no-cpp-precomp  -g
-O2 -Wall -I/usr/include/gnutls -DHAVE_TLS -MT stream.o -MD -MP -MF
".deps/stream.Tpo" \
  -c -o stream.o `test -f 'stream.c' || echo './'`stream.c; \
then mv -f ".deps/stream.Tpo" ".deps/stream.Po"; \
else rm -f ".deps/stream.Tpo"; exit 1; \
fi
gcc: unrecognized option `-no-cpp-precomp'
gcc: unrecognized option `-no-cpp-precomp'
if gcc -DHAVE_CONFIG_H -I. -I. -I..  -no-cpp-precomp
-DPLUGINS_DIR=\"/usr/local/share/eb-lite/plugins\" -no-cpp-precomp  -g
-O2 -Wall -I/usr/include/gnutls -DHAVE_TLS -MT util.o -MD -MP -MF
".deps/util.Tpo" \
  -c -o util.o `test -f 'util.c' || echo './'`util.c; \
then mv -f ".deps/util.Tpo" ".deps/util.Po"; \
else rm -f ".deps/util.Tpo"; exit 1; \
fi
gcc: unrecognized option `-no-cpp-precomp'
gcc: unrecognized option `-no-cpp-precomp'
util.c: In function `eb_hold_messages':
util.c:645: warning: implicit declaration of function
`eb_gui_get_held_messages'make[2]: *** No rule to make target
`../plugins/msn/libmsn.a', needed by `eb-lite'.  Stop.
make[2]: Leaving directory `/home/edhel/devel/eb-lite-trunk/core/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/edhel/devel/eb-lite-trunk/core'
make: *** [all] Error 2