|
From: Petri J. R. <pet...@ni...> - 2001-05-14 16:27:17
|
Hi folks, I have installed Cygwin32 (dll version 1.3.0) with gcc.2.95.3-4 and tried compiling xdb 1.2.0 exactly as instructed in the INSTALL-file. Here is the output of my compilation after the 'make'-command: ------------------------- $ make Making all in xdb make[1]: Entering directory `/home/administrator/xdb-1.2.0/xdb' /bin/sh ../libtool --silent --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I. -I/home/administrator/xdb-1.2.0 -O2 -Wall -c dbf.cpp /bin/sh ../libtool --silent --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I. -I/home/administrator/xdb-1.2.0 -O2 -Wall -c exp.cpp /bin/sh ../libtool --silent --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I. -I/home/administrator/xdb-1.2.0 -O2 -Wall -c expfunc.cpp /bin/sh ../libtool --silent --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I. -I/home/administrator/xdb-1.2.0 -O2 -Wall -c expproc.cpp /bin/sh ../libtool --silent --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I. -I/home/administrator/xdb-1.2.0 -O2 -Wall -c fields.cpp /bin/sh ../libtool --silent --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I. -I/home/administrator/xdb-1.2.0 -O2 -Wall -c html.cpp /bin/sh ../libtool --silent --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I. -I/home/administrator/xdb-1.2.0 -O2 -Wall -c lock.cpp /bin/sh ../libtool --silent --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I. -I/home/administrator/xdb-1.2.0 -O2 -Wall -c memo.cpp /bin/sh ../libtool --silent --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I. -I/home/administrator/xdb-1.2.0 -O2 -Wall -c ndx.cpp /bin/sh ../libtool --silent --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I. -I/home/administrator/xdb-1.2.0 -O2 -Wall -c stack.cpp /bin/sh ../libtool --silent --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I. -I/home/administrator/xdb-1.2.0 -O2 -Wall -c xbase.cpp /bin/sh ../libtool --silent --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I. -I/home/administrator/xdb-1.2.0 -O2 -Wall -c xdate.cpp /bin/sh ../libtool --silent --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I. -I/home/administrator/xdb-1.2.0 -O2 -Wall -c xbexcept.cpp /bin/sh ../libtool --silent --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I. -I/home/administrator/xdb-1.2.0 -O2 -Wall -c xbstring.cpp /bin/sh ../libtool --silent --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I. -I/home/administrator/xdb-1.2.0 -O2 -Wall -c index.cpp /bin/sh ../libtool --silent --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I. -I/home/administrator/xdb-1.2.0 -O2 -Wall -c ntx.cpp /bin/sh ../libtool --silent --mode=link g++ -O2 -Wall -s -o libxdb.la -rpath /usr/local/lib -release 1.2.0 dbf.lo exp.lo expfunc.lo expproc.lo fields.lo html.lo lock.lo memo.lo ndx.lo stack.lo xbase.lo xdate.lo xbexcept.lo xbstring.lo index.lo ntx.lo libtool: link: warning: undefined symbols not allowed in i386-pc-cygwin32 shared libraries cd .. && autoheader /usr/bin/autoheader: Symbol `HAVE_BOOL' is not covered by /usr/share/autoconf/acconfig.h /usr/bin/autoheader: Symbol `HAVE_EXCEPTIONS' is not covered by /usr/share/autoconf/acconfig.h /usr/bin/autoheader: Symbol `HAVE_FUNC_SETENV' is not covered by /usr/share/autoconf/acconfig.h /usr/bin/autoheader: Symbol `XBASE_DEBUG' is not covered by /usr/share/autoconf/acconfig.h /usr/bin/autoheader: Symbol `XB_CASTELLANO' is not covered by /usr/share/autoconf/acconfig.h /usr/bin/autoheader: Symbol `XB_EXPRESSIONS' is not covered by /usr/share/autoconf/acconfig.h /usr/bin/autoheader: Symbol `XB_HTML' is not covered by /usr/share/autoconf/acconfig.h /usr/bin/autoheader: Symbol `XB_INDEX_NDX' is not covered by /usr/share/autoconf/acconfig.h /usr/bin/autoheader: Symbol `XB_INDEX_NTX' is not covered by /usr/share/autoconf/acconfig.h /usr/bin/autoheader: Symbol `XB_LOCKING_ON' is not covered by /usr/share/autoconf/acconfig.h /usr/bin/autoheader: Symbol `XB_MEMO_FIELDS' is not covered by /usr/share/autoconf/acconfig.h /usr/bin/autoheader: Symbol `XB_REAL_DELETE' is not covered by /usr/share/autoconf/acconfig.h /usr/bin/autoheader: Symbol `_GNU_SOURCE' is not covered by /usr/share/autoconf/acconfig.h make[1]: *** [stamp-h.in] Error 1 make[1]: Leaving directory `/home/administrator/xdb-1.2.0/xdb' make: *** [all-recursive] Error 1 ------------------------- Well, I'm not that experienced with GNU auto-stuff, so I don't really know how to fix this... Any advice...? Should the cygwin even work in this case to begin with...?!? - Pete <><><><><><><><> Petri J. Riipinen pet...@ni... <><><><><><><><> |