Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Setting up C compiler Environment for Windows

Status
Not open for further replies.

tmcconec

Programmer
Oct 6, 2003
1
DK
Hi,
I have DB2 USDb 8.1 and I need to set it up so that the C compiler is used to create my stored procedures.
I have checked out the article:


But when I tried it on two machines each time I compile a stored procedure the create proc..statement hangs and the event log on the server fills up with errors. The only difference I can see is the version of GCC is newer now..

In addition I have MS VC++ so I am open to using it if its easier.

Can anyone point out a solution to:
a) the hanging problem when using the above article
or
b) how to configure the environment to use MS VC++
or
c) another solution to compile stored procedures..

BR
Tim
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top