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!

c4gl[462]: cc: not found. 4gl compilation error

Status
Not open for further replies.

jpor

Technical User
Nov 29, 2000
212
GB
Hi guys,

I have got hold of some 4GL code from a colleague, and trying to compile it on a RS6000 H70 running AIX 4.3.3 ML9 box I administer. I have used both the i4gl tool and the command line c4gl {file}.4gl -o {file}.4ge

But I get the following error message:

c4gl[462]: cc: not found.

I have traced the path of the program and tried a chmod 777 c4gl. But to no avail.

Also used the finderr 462 command. And I get the following information:

-462 File close error.

This statement reads a value from a BYTE or TEXT column into a file.
The database server copied the data to the file but got an
operating-system error when it closed the file. Check the accompanying
ISAM error code for more information, and look for operating-system
messages. Typical causes include lack of disk space and hardware
errors.


Anyone any ideas ?

Thanks in advance.

( "To become Wise, first you must ask Questions")
 
Hi:

This doesn't look like an isam error to me:

c4gl[462]: cc: not found.

c4gl uses the system "C" compiler, cc, and it looks like either the "C" compiler is not installed or your PATH isn't set correctly.

Regards,

Ed
 
Thanks olded. Noticed when compiling I get this message:

-4604: Error(s) found in 4GL module.

I cannot find any information about this error code.



( "To become Wise, first you must ask Questions")
 
Hi:

Sorry, but I'm not familiar with this error. If you don't have informix tech support, you might consider posting your question at comp.databases.informix newsgroup.

Regards,

Ed
 
Okay. I have got my code to compile. The error code is a UNIX error code. Basically telling me it could not find the cc program. Managed to locate this and copy it over to where the INformix binaries are kept. And now it has compiled.

Thanks to those who contributed.

( "To become Wise, first you must ask Questions")
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top