AW: cygwin 1.5.12-1, g++ 3.3.3 and DB2 UDB DLLs

2004-12-21 Thread Lange Torsten
...a great hint, I've tried to link against the original DLLs located in the DB2 binary directory and it worked! My link command now looks like this: g++ -obuild/cpp/compiledir/debug/Test.exe build/cpp/compiledir/debug/Test.o -Le:/Programme/SQLLIB/bin -ldb2app -ldb2abind -ldb2g11n -ldb2inst

Re: cygwin 1.5.12-1, g++ 3.3.3 and DB2 UDB DLLs

2004-12-20 Thread Gerrit P. Haase
Lange Torsten wrote: Hi, I've got a problem using embedded SQL with cygwin 1.5.12-1, g++ (GCC) 3.3.3 (cygwin special) and DB2 UDB 8.1.4. My platform is Windows NT 4 SP 6. Preprocessing the embedded SQL-code works and I am able to compile the generated code and link the program with db2api.lib! (I t

cygwin 1.5.12-1, g++ 3.3.3 and DB2 UDB DLLs

2004-12-20 Thread Lange Torsten
Hi, I've got a problem using embedded SQL with cygwin 1.5.12-1, g++ (GCC) 3.3.3 (cygwin special) and DB2 UDB 8.1.4. My platform is Windows NT 4 SP 6. Preprocessing the embedded SQL-code works and I am able to compile the generated code and link the program with db2api.lib! (I thought that I have t