Re: [Sqlrelay-discussion] erro compiling sqlrelay with Intel EM64T
Brought to you by:
mused
|
From: David M. <dav...@fi...> - 2006-11-01 19:59:12
|
Is it possible that you have an older version of SQL Relay currently installed under /usr/local/firstworks? That would cause the error you're seeing. Dave dav...@fi... On Tue, 2006-10-31 at 14:05 -0200, Luciano Antonio Borguetti Faustino wrote: > Hi,=20 >=20 > I have compiled rudiments-0.29 >=20 > Use config from sqlrelay: >=20 > "./configure > --disable-oracle=20 > --disable-msql=20 > --disable-postgresql=20 > --disable-sqlite=20 > --disable-lago=20 > --disable-freetds=20 > --disable-sybase=20 > --disable-odbc=20 > --disable-db2=20 > --disable-interbase=20 > --disable-python=20 > --disable-zope=20 > --disable-ruby=20 > --disable-tcl=20 > --disable-perl > --with-mysql-prefix=3D/usr=20 > --sysconfdir=3D/etc=20 > --with-java-prefix=3D/usr/local/java" >=20 > ------------------------------- >=20 > ***** Summary *********************************************** > Version : 0.37.1 > API's : C++ C Java =20 > Connections : Oracle7 no Oracle8 no =20 > MySQL dynamic mSQL no =20 > PostgreSQL no SQLite no =20 > FreeTDS no Sybase no =20 > ODBC no DB2 no =20 > Interbase no MDB Tools no =20 > ************************************************************* >=20 > If you expected a Connection or API that doesn't show up in the Summary > then the configure script probably couldn't find a package it needed to > build it. You can manually specify package locations using command lin= e > options. >=20 > Type: configure --help for a list of options. >=20 >=20 > Thanks to MP3.com for sponsoring: > Clustered/Replicated database support. > Perl API. >=20 >=20 >=20 >=20 > Java version is j2sdk-1_4_2_11-linux-i586.bin >=20 >=20 > sqlrelay-0.37.1 not compiling with Intel EM64T,=20 >=20 >=20 >=20 > make -C cmdline all > make[2]: Entering directory `/usr/src/sqlrelay-0.37.1/src/cmdline' > /bin/sh ../../libtool --mode=3Dlink g++ -Wall -pipe -o query=20 > query.lo -L../../src/util -lsqlrutil -L../../src/api/c++/src -lsqlrclie= nt -L/usr/local/firstworks/lib -lrudiments -lpthread -lssl -lcrypto -ldl = -L/usr/lib64 -lpcre -lrt -lrt -lcrypt -ldl =20 > g++ -Wall -pipe -o .libs/query .libs/query.o -L/usr/src/sqlrelay-0.37.= 1/src/util /usr/src/sqlrelay-0.37.1/src/util/.libs/libsqlrutil.so -L/usr/= local/firstworks/lib -L/usr/lib64 -L/usr/src/sqlrelay-0.37.1/src/api/c++/= src /usr/local/firstworks/lib/libsqlrclient.so /usr/local/firstworks/lib/= librudiments.so -lpthread -lssl -lcrypto /usr/lib64/libpcre.so -lrt -lcry= pt -ldl -Wl,--rpath -Wl,/usr/local/firstworks/lib -Wl,--rpath -Wl,/usr/l= ib64 > .libs/query.o: In function `main': > query.C:(.text+0x38e): undefined reference to=20 > `sqlrconnection::sqlrconnection(char const*, unsigned short, char const= *,=20 > char const*, char const*, int, int)' > query.C:(.text+0x3d0): undefined reference to=20 > `sqlrcursor::setResultSetBufferSize(unsigned long)' > query.C:(.text+0x428): undefined reference to `sqlrcursor::getField(uns= igned=20 > long, unsigned int)' > collect2: ld returned 1 exit status > make[2]: *** [query] Error 1 > make[2]: Leaving directory `/usr/src/sqlrelay-0.37.1/src/cmdline' > make[1]: *** [all] Error 2 > make[1]: Leaving directory `/usr/src/sqlrelay-0.37.1/src' > make: *** [all] Error 2 >=20 >=20 >=20 > have you heard about it? >=20 >=20 >=20 > --=20 > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > Luciano Antonio Borguetti Faustino <lu...@de...> > Departamento de Network <su...@de...> > Devel-IT - http://www.devel-it.com.br - http://www.devel-it.org > Fones: S=C3=A3o Paulo +55 11 2124-7474 - Ourinhos: +55 14 3324-1200 > Ivoz: #1029 > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D >=20 > -----------------------------------------------------------------------= -- > Using Tomcat but need to do more? Need to support web services, securit= y? > Get stuff done quickly with pre-integrated technology to make your job = easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geron= imo > http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=3D120709&bid=3D263057&dat= =3D121642 > _______________________________________________ > Sqlrelay-discussion mailing list > Sql...@li... > https://lists.sourceforge.net/lists/listinfo/sqlrelay-discussion >=20 |