WARNING: INFORMIX 7.2 4GL RDS Link Problems
WARNING: INFORMIX 7.2 4GL RDS Link Problems
(OP)
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:
Unix Platform: SCO Open Server 5
Informix 4GL RDS 7.2 UD1
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.
There is a bad library call:
libgen.a
change it to libixgen.a
and it should fix your link errors. Look for the same problem if you're using the debugger. Forwarned is forearmed!
Unix Platform: SCO Open Server 5
Informix 4GL RDS 7.2 UD1
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.
There is a bad library call:
libgen.a
change it to libixgen.a
and it should fix your link errors. Look for the same problem if you're using the debugger. Forwarned is forearmed!