[Sqlrelay-discussion] erro compiling sqlrelay with Intel EM64T
Brought to you by:
mused
|
From: Luciano A. B. F. <lu...@de...> - 2006-10-31 17:07:54
|
Hi,=20
I have compiled rudiments-0.29
Use config from sqlrelay:
"./configure
=2D-disable-oracle=20
=2D-disable-msql=20
=2D-disable-postgresql=20
=2D-disable-sqlite=20
=2D-disable-lago=20
=2D-disable-freetds=20
=2D-disable-sybase=20
=2D-disable-odbc=20
=2D-disable-db2=20
=2D-disable-interbase=20
=2D-disable-python=20
=2D-disable-zope=20
=2D-disable-ruby=20
=2D-disable-tcl=20
=2D-disable-perl
=2D-with-mysql-prefix=3D/usr=20
=2D-sysconfdir=3D/etc=20
=2D-with-java-prefix=3D/usr/local/java"
=2D------------------------------
***** 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
*************************************************************
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 line
options.
Type: configure --help for a list of options.
Thanks to MP3.com for sponsoring:
Clustered/Replicated database support.
Perl API.
Java version is j2sdk-1_4_2_11-linux-i586.bin
sqlrelay-0.37.1 not compiling with Intel EM64T,=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 -lsqlrclient -=
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/sr=
c/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/librudimen=
ts.so -lpthread -lssl -lcrypto /usr/lib64/libpcre.so -lrt -lcrypt -ldl -Wl=
,--rpath -Wl,/usr/local/firstworks/lib -Wl,--rpath -Wl,/usr/lib64
=2Elibs/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(unsigne=
d=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
have you heard about it?
=2D-=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=E3o 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
|