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>
<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>