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 SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Error Creating Informix Runner

Status
Not open for further replies.

ttkong

Programmer
Jun 5, 2002
22
0
0
MY
Hi all,

I had encountered error when creating a runner using the following command:

cfglgo file1.c file2.c file3.c -lm -o runner_file

The error message:
--------------------------------------------
file1.c
:
ld: 0711-740 ERROR: Input file fgiusr.o:
is a discontinued XCOFF64 file.
ld: 0711-740 ERROR: Input file ifcrypt.o:
is a discontinued XCOFF64 file.
:
--------------------------------------------
The following is the platform used:

O/S: IBM AIX 5L v5.1
IDS: Version 9.40.FC3
4GL: Version 7.32.FC2

Any idea? Could it be due to C compiler or Informix?

Thanks.

Rgrds,
TTKong

 
Hi:

First, in this command:

cfglgo file1.c file2.c file3.c -lm -o runner_file

I'm failing to see that fgiusr.c is included?

shouldn't it be:

cfglgo fgiusr.c file1.c file2.c file3.c -lm -o runner_file

Regards,


Ed
 
olded,

Sorry to tell you that I just gave the example (file1.c, file2.c, file3.c etc.). FYI, the runner was successfully compiled in old platform base on same set of c programs.

Thanks.

TTKong
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top