vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| |||
| jure.germovsek@gmail.com said: > I am writting small program and I need to connect to Informix database. > Program should run under Solaris 8 and compile using gcc 2.95.3. Are > there any free libraries to use? > > Can enybody help me? Download the Client SDK. -- Bye now, Obnoxio "Jesus you fucking people are hopeless." -- Double Enema |
| |||
| jure.germovsek@gmail.com wrote: > make uses /opt/SUNWspro/SC5.0/bin/CC compiler > I allready state that I need to use g++ 2.95.3. > > _______________________________________________ > Informix-list mailing list > Informix-list@iiug.org > http://www.iiug.org/mailman/listinfo/informix-list > Please read http://www.catb.org/~esr/faqs/smart-questions.html the right question is 'how can I use CSDK with the gcc implementation of c++, and a very old one at that?' -- Ciao, Marco __________________________________________________ ____________________________ Marco Greco /UK /IBM Standard disclaimers apply! Structured Query Scripting Language http://www.4glworks.com/sqsl.htm 4glworks http://www.4glworks.com Informix on Linux http://www.4glworks.com/ifmxlinux.htm |
| |||
| May I ask why you need to use g++? If the reason is cost, the Sun Studio 11 compiler suite is free (after joining the Sun Developer Network, which is also free.) http://developers.sun.com/prodtech/devtools/free/ glen |
| ||||
| Link gcc to cc Or Edit the makefile Or Edit esqlc to use cc Or Export CC=gcc Paul Watson Tel: +44 1414161772 Mob: +44 7818003457 GO FURTHER with DB2 GET THERE FASTER with Informix. Attend the IDUG 2006 North America Conference. Tampa, Florida, USA. 7-11 May 2006. Visit http://www.iiug.org/conf for more information. > -----Original Message----- > From: jure.germovsek@gmail.com [mailto:jure.germovsek@gmail.com] > Posted At: Friday, March 03, 2006 4:14 AM > Posted To: comp.databases.informix > Conversation: Connecting to Informix > Subject: Re: Connecting to Informix > > > make uses /opt/SUNWspro/SC5.0/bin/CC compiler > I allready state that I need to use g++ 2.95.3. > |