[Sqlrelay-discussion] SQLRelay in CVS is broken?
Brought to you by:
mused
|
From: Gena01 <ge...@gm...> - 2005-12-09 21:08:09
|
I just pulled the latest CVS code as anonymous user and tried compiling and it's breaking for me. The first thing was changes to rudiments, which I pulled separately. Now I am stuck. I am getting: g++ -Wall -pipe -o .libs/query .libs/query.o -L/home/gennady/sqlrelay-cvs/sqlrelay/src/util /home/gennady/sqlrelay-cvs/sqlrelay/src/util/.libs/libsqlrutil.so -L/usr/local/firstworks/lib -L/usr/kerberos/lib -L/home/gennady/sqlrelay-cvs/sqlrelay/src/api/c++/src /usr/local/firstworks/lib/libsqlrclient.so /usr/local/firstworks/lib/librudiments.so -lpthread -lssl -lcrypto -lgssapi_krb5 -lkrb5 -lcom_err -lk5crypto -lresolv -lz -lrt -lcrypt -ldl -Wl,--rpath -Wl,/usr/local/firstworks/lib .libs/query.o(.text+0x3a3): In function `main': : undefined reference to `sqlrconnection::sqlrconnection[in-charge](char const*, unsigned short, char const*, char const*, char const*, int, int)' .libs/query.o(.text+0x3ff): In function `main': : undefined reference to `sqlrcursor::setResultSetBufferSize(unsigned long long)' .libs/query.o(.text+0x4b0): In function `main': : undefined reference to `sqlrcursor::getField(unsigned long long, unsigned)' collect2: ld returned 1 exit status make[2]: *** [query] Error 1 Gena01 |