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!

suspected library problem

Status
Not open for further replies.

craig322

MIS
Apr 19, 2001
108
US
We are running informix 7.31.FD5 on an HP-UX server. We are also running 7.20.HE1 version of 4gl. We have two servers, one the 4ge code is running fine. The other server, the program no longer runs in 4ge mode, but will run the 4gi.

One of the things we suspect may be a problem with a library. Is there a way to see all the libraries that a 4ge or 4gi program use?

Does anyone have any other thoughts?

These programs used to run but for some reason are not working now.

TIA
 
Craig:

Any "C" compiler option can be passed to the "C" compiler when using c4gl:

c4gl -c -H test.4gl

The -H option on my Solaris 7 box prints the path name of each file used durring compilation. While your system "C" compiler may be different, generally you can get a list of all cc options by executing:

cc -flags|pg

Regards,


Ed
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top