Re: [Sqlrelay-discussion] SQLRelay in CVS is broken?
Brought to you by:
mused
|
From: David M. <dav...@fi...> - 2005-12-13 19:38:31
|
Looks like you have an old version of SQL Relay and/or rudiments lying around in /usr/local/firstworks. Make sure to delete that before trying to build a new version. Dave On Fri, 2005-12-09 at 16:08 -0500, Gena01 wrote: > 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 |