vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| On 21 Nov 2005 02:57:57 -0800, Vaishali <vaishali.jayade@polaris.co.in> wrote: > We are doing a migration of IDS 9.30 to IDS 9.4 & 4GL 7.30 FC7 to 7.32 > FC2. > While compilation, one of our programs is referring to > $INFORMIXDIR/lib/tools/libfesql.a > which is not found in the new installation. Which of your programs is referring to it? Are you recompiling it at the time, or trying to run the old program against the new install? If you're recompiling (as I suspect), how are you doing the recompilation? Did you specify libfesql.a (or -lfesql) on the command line, or did the script do it? Which machine (o/s) are you running on? Please ensure any C code you compile into your I4GL programs includes the line: #include "fglsys.h" near the top. -- Jonathan Leffler #include <disclaimer.h> Email: jleffler@earthlink.net, jleffler@us.ibm.com Guardian of DBD::Informix v2005.02 -- http://dbi.perl.org/ sending to informix-list |