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 IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

WARNING: INFORMIX 7.2 4GL RDS Link Problems

Status
Not open for further replies.

olded

Programmer
Oct 27, 1998
1,065
US
This isn't really a question but a warning. If your Informix shop is using Informix 4GL, as an Informix DBA you may be responsible for linking the callable-by-4GL "C" functions into the Informix RDS runtime. I noticed the following problem:<br>
<br>
Unix Platform: SCO Open Server 5<br>
Informix 4GL RDS 7.2 UD1<br>
<br>
The procedure for creating a modified RDS is clearly and concisely covered in the docs, but the main shell script used is $INFORMIXDIR/bin/cfglgo.<br>
<br>
There is a bad library call:<br>
<br>
libgen.a<br>
<br>
change it to libixgen.a<br>
<br>
and it should fix your link errors. Look for the same problem if you're using the debugger. Forwarned is forearmed!<br>

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top