Hello Andre,

remember that 7.5.00 is created using g++ 2.95.6, which is probably what SUSE 
7.3 uses,
but which is now obsolete for quite some time ... but there's no chance 
changing anything 
here. 7.6 will use a more recent environment ... but it's not released yet.

You can safely ignore that deprecation warning.

Regards
Alexander Schr�der
SAP DB, SAP Labs Berlin

> -----Original Message-----
> From: Andre Reitz [mailto:[EMAIL PROTECTED] 
> Sent: Wednesday, January 12, 2005 4:31 PM
> To: [email protected]
> Subject: Problem again with the static version of SQLDBC 7.5.00.23
> 
> System:  Linux
> Version: maxdb-sqldbc-linux-32bit-i386-7_5_00_23.tgz
> 
> If I got it working on SuSE7.3 at least, 
> it would be sufficient for us....
> 
> Greetings, Andre'
> 
> 
> SuSE 7.3:
> ---------
> $ g++ -Isdk/sqldbc/incl test.cpp sdk/sqldbc/lib/libSQLDBC.a 
> -lpthread -ldl
> sdk/sqldbc/lib/libSQLDBC.a(veo07-u.o): In function 
> `eo07_CreateThread':
> veo07-u.o(.text+0xc5c): the use of 
> `pthread_attr_setstackaddr' is deprecated, use `pthread_attr_setstack'
> 
> SuSE 8.2:
> ---------
> $ g++ -Isdk/sqldbc/incl test.cpp sdk/sqldbc/lib/libSQLDBC.a 
> -lpthread -ldl
> /tmp/ccVSRSv7.o(.text+0x39): In function `main':
> : undefined reference to `SQLDBC::GetClientRuntime(char*, int)'
> /tmp/ccVSRSv7.o(.text+0x8c): In function `main':
> : undefined reference to 
> `SQLDBC::SQLDBC_Environment::SQLDBC_Environment[in-charge](SQL
> DBC_IRuntime*)'
> /tmp/ccVSRSv7.o(.text+0x9e): In function `main':
> : undefined reference to 
> `SQLDBC::SQLDBC_Environment::createConnection() const'
> /tmp/ccVSRSv7.o(.text+0xc1): In function `main':
> : undefined reference to 
> `SQLDBC::SQLDBC_Connection::connect(char const*, char const*, 
> char const*, char const*)'
> /tmp/ccVSRSv7.o(.text+0xe4): In function `main':
> : undefined reference to `SQLDBC::SQLDBC_ConnectionItem::error()'
> /tmp/ccVSRSv7.o(.text+0xed): In function `main':
> : undefined reference to 
> `SQLDBC::SQLDBC_ErrorHndl::getErrorText() const'
> /tmp/ccVSRSv7.o(.text+0x113): In function `main':
> : undefined reference to 
> `SQLDBC::SQLDBC_Environment::~SQLDBC_Environment [in-charge]()'
> /tmp/ccVSRSv7.o(.text+0x133): In function `main':
> : undefined reference to 
> `SQLDBC::SQLDBC_Connection::createStatement()'
> /tmp/ccVSRSv7.o(.text+0x14f): In function `main':
> : undefined reference to 
> `SQLDBC::SQLDBC_Statement::execute(char const*)'
> /tmp/ccVSRSv7.o(.text+0x172): In function `main':
> : undefined reference to `SQLDBC::SQLDBC_ConnectionItem::error()'
> /tmp/ccVSRSv7.o(.text+0x17b): In function `main':
> : undefined reference to 
> `SQLDBC::SQLDBC_ErrorHndl::getErrorText() const'
> /tmp/ccVSRSv7.o(.text+0x1a1): In function `main':
> : undefined reference to 
> `SQLDBC::SQLDBC_Environment::~SQLDBC_Environment [in-charge]()'
> /tmp/ccVSRSv7.o(.text+0x1c1): In function `main':
> : undefined reference to `SQLDBC::SQLDBC_Statement::getResultSet()'
> /tmp/ccVSRSv7.o(.text+0x1e4): In function `main':
> : undefined reference to `SQLDBC::SQLDBC_ConnectionItem::error()'
> /tmp/ccVSRSv7.o(.text+0x1ed): In function `main':
> : undefined reference to 
> `SQLDBC::SQLDBC_ErrorHndl::getErrorText() const'
> /tmp/ccVSRSv7.o(.text+0x213): In function `main':
> : undefined reference to 
> `SQLDBC::SQLDBC_Environment::~SQLDBC_Environment [in-charge]()'
> /tmp/ccVSRSv7.o(.text+0x233): In function `main':
> : undefined reference to `SQLDBC::SQLDBC_ResultSet::next()'
> /tmp/ccVSRSv7.o(.text+0x256): In function `main':
> : undefined reference to `SQLDBC::SQLDBC_ConnectionItem::error()'
> /tmp/ccVSRSv7.o(.text+0x25f): In function `main':
> : undefined reference to 
> `SQLDBC::SQLDBC_ErrorHndl::getErrorText() const'
> /tmp/ccVSRSv7.o(.text+0x285): In function `main':
> : undefined reference to 
> `SQLDBC::SQLDBC_Environment::~SQLDBC_Environment [in-charge]()'
> /tmp/ccVSRSv7.o(.text+0x2bb): In function `main':
> : undefined reference to 
> `SQLDBC::SQLDBC_ResultSet::getObject(int, SQLDBC_HostType, 
> void*, int*, int, bool)'
> /tmp/ccVSRSv7.o(.text+0x2de): In function `main':
> : undefined reference to `SQLDBC::SQLDBC_ConnectionItem::error()'
> /tmp/ccVSRSv7.o(.text+0x2e7): In function `main':
> : undefined reference to 
> `SQLDBC::SQLDBC_ErrorHndl::getErrorText() const'
> /tmp/ccVSRSv7.o(.text+0x30d): In function `main':
> : undefined reference to 
> `SQLDBC::SQLDBC_Environment::~SQLDBC_Environment [in-charge]()'
> /tmp/ccVSRSv7.o(.text+0x342): In function `main':
> : undefined reference to 
> `SQLDBC::SQLDBC_Environment::~SQLDBC_Environment [in-charge]()'
> /tmp/ccVSRSv7.o(.text+0x36c): In function `main':
> : undefined reference to 
> `SQLDBC::SQLDBC_Environment::~SQLDBC_Environment [in-charge]()'
> collect2: ld returned 1 exit status
> 
> 
> SuSE 9.2:
> ---------
> $ g++ -Isdk/sqldbc/incl test.cpp sdk/sqldbc/lib/libSQLDBC.a 
> -lpthread -ldl
> /tmp/ccqvvRdm.o(.text+0x45): In function `main':
> : undefined reference to `SQLDBC::GetClientRuntime(char*, int)'
> /tmp/ccqvvRdm.o(.text+0x98): In function `main':
> : undefined reference to 
> `SQLDBC::SQLDBC_Environment::SQLDBC_Environment[in-charge](SQL
> DBC_IRuntime*)'
> /tmp/ccqvvRdm.o(.text+0xaa): In function `main':
> : undefined reference to 
> `SQLDBC::SQLDBC_Environment::createConnection() const'
> /tmp/ccqvvRdm.o(.text+0xcd): In function `main':
> : undefined reference to 
> `SQLDBC::SQLDBC_Connection::connect(char const*, char const*, 
> char const*, char const*)'
> /tmp/ccqvvRdm.o(.text+0xf0): In function `main':
> : undefined reference to `SQLDBC::SQLDBC_ConnectionItem::error()'
> /tmp/ccqvvRdm.o(.text+0xf9): In function `main':
> : undefined reference to 
> `SQLDBC::SQLDBC_ErrorHndl::getErrorText() const'
> /tmp/ccqvvRdm.o(.text+0x11f): In function `main':
> : undefined reference to 
> `SQLDBC::SQLDBC_Environment::~SQLDBC_Environment [in-charge]()'
> /tmp/ccqvvRdm.o(.text+0x13f): In function `main':
> : undefined reference to 
> `SQLDBC::SQLDBC_Connection::createStatement()'
> /tmp/ccqvvRdm.o(.text+0x15b): In function `main':
> : undefined reference to 
> `SQLDBC::SQLDBC_Statement::execute(char const*)'
> /tmp/ccqvvRdm.o(.text+0x17e): In function `main':
> : undefined reference to `SQLDBC::SQLDBC_ConnectionItem::error()'
> /tmp/ccqvvRdm.o(.text+0x187): In function `main':
> : undefined reference to 
> `SQLDBC::SQLDBC_ErrorHndl::getErrorText() const'
> /tmp/ccqvvRdm.o(.text+0x1ad): In function `main':
> : undefined reference to 
> `SQLDBC::SQLDBC_Environment::~SQLDBC_Environment [in-charge]()'
> /tmp/ccqvvRdm.o(.text+0x1cd): In function `main':
> : undefined reference to `SQLDBC::SQLDBC_Statement::getResultSet()'
> /tmp/ccqvvRdm.o(.text+0x1f0): In function `main':
> : undefined reference to `SQLDBC::SQLDBC_ConnectionItem::error()'
> /tmp/ccqvvRdm.o(.text+0x1f9): In function `main':
> : undefined reference to 
> `SQLDBC::SQLDBC_ErrorHndl::getErrorText() const'
> /tmp/ccqvvRdm.o(.text+0x21f): In function `main':
> : undefined reference to 
> `SQLDBC::SQLDBC_Environment::~SQLDBC_Environment [in-charge]()'
> /tmp/ccqvvRdm.o(.text+0x23f): In function `main':
> : undefined reference to `SQLDBC::SQLDBC_ResultSet::next()'
> /tmp/ccqvvRdm.o(.text+0x262): In function `main':
> : undefined reference to `SQLDBC::SQLDBC_ConnectionItem::error()'
> /tmp/ccqvvRdm.o(.text+0x26b): In function `main':
> : undefined reference to 
> `SQLDBC::SQLDBC_ErrorHndl::getErrorText() const'
> /tmp/ccqvvRdm.o(.text+0x291): In function `main':
> : undefined reference to 
> `SQLDBC::SQLDBC_Environment::~SQLDBC_Environment [in-charge]()'
> /tmp/ccqvvRdm.o(.text+0x2c7): In function `main':
> : undefined reference to 
> `SQLDBC::SQLDBC_ResultSet::getObject(int, SQLDBC_HostType, 
> void*, int*, int, bool)'
> /tmp/ccqvvRdm.o(.text+0x2ea): In function `main':
> : undefined reference to `SQLDBC::SQLDBC_ConnectionItem::error()'
> /tmp/ccqvvRdm.o(.text+0x2f3): In function `main':
> : undefined reference to 
> `SQLDBC::SQLDBC_ErrorHndl::getErrorText() const'
> /tmp/ccqvvRdm.o(.text+0x319): In function `main':
> : undefined reference to 
> `SQLDBC::SQLDBC_Environment::~SQLDBC_Environment [in-charge]()'
> /tmp/ccqvvRdm.o(.text+0x34e): In function `main':
> : undefined reference to 
> `SQLDBC::SQLDBC_Environment::~SQLDBC_Environment [in-charge]()'
> /tmp/ccqvvRdm.o(.text+0x378): In function `main':
> : undefined reference to 
> `SQLDBC::SQLDBC_Environment::~SQLDBC_Environment [in-charge]()'
> collect2: ld returned 1 exit status
> 
> 
> 
> -- 
> ______________________________________________________________
> ____________
> 
> Als Technologieunternehmen konzipieren und entwickeln wir 
> ma�geschneiderte Feedback- und
> Monitoring-Systeme - wie beispielsweise L�sungen f�r 
> Beschwerde- und Ideenmanagement.
> Mit dem Inquery� Survey Server bieten wir eine der 
> leistungsf�higsten Standardl�sungen f�r
> Online-Umfragen mit dem Schwerpunkt auf der Messung von 
> Kundenzufriedenheit an.
> ______________________________________________________________
> ____________
> 
> 
> Inworks GmbH
> Andre Reitz, Leiter Entwicklung
> H�rvelsinger Weg 39, 89081 Ulm, Germany
> Tel +49 (0) 731 / 93807-21
> Fax +49(0)731/93807-18
> Internet: http://www.inworks.de
> 
> 
> 
> -- 
> MaxDB Discussion Mailing List
> For list archives: http://lists.mysql.com/maxdb
> To unsubscribe:    
> http://lists.mysql.com/[EMAIL PROTECTED]
> 
> 
> 

--
MaxDB Discussion Mailing List
For list archives: http://lists.mysql.com/maxdb
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to