[Fwd: Error with cfglgo script]

[Fwd: Error with cfglgo script]

Post by Evelio Martíne » Sun, 31 Dec 1899 09:00:00



--
Evelio Martnez
Office: +34 96 374-47-02
        +34 96 374-47-03


[ Attached Message ]

From:
To:
Date: Mon, 14 Sep 1998 13:19:24 +0200
Local: Mon, Sep 14 1998 7:19 am
Subject: Error with cfglgo script
Hi !

Using these tools:
- SCO Open Server 5.0.4,
- Informix-RDS 4.00.UC2,
- SE Version 5.08.UD1
- SCO UNIX Development System  Release 5.0.0a 16Mar95

when running cfglgo script I have the following message (set -x):

...

+ A= fgiusr.c informix.o unix.xen.o estruc.o bloqueos.o fic.o spdinam.o
arboles.
o edinum.o -I ./xen -o nfglgo
+ [ ]
+ cc -I/e/informix5/incl fgiusr.c informix.o unix.xen.o estruc.o
bloqueos.o fic.
o spdinam.o arboles.o edinum.o -I ./xen -o nfglgo
/e/informix5/lib/libfmain.a /e
/informix5/lib/libfglgo.a /e/informix5/lib/lib4gl.a
/e/informix5/lib/lib4io.a /e
/informix5/lib/libncolor.a /e/informix5/lib/libfe.a
/e/informix5/lib/libfesql.a
-lcurses -lsocket -lx -lPW
undefined                       first referenced
 symbol                             in file
alloctab                            informix.o
ld fatal: Symbol referencing errors. No output written to nfglgo
+ STAT=13
+ exit 13

Any ideas?

--
Evelio Martnez
Office: +34 96 374-47-02
        +34 96 374-47-03


--
Evelio Martnez
Office: +34 96 374-47-02
        +34 96 374-47-03


 
 
 

[Fwd: Error with cfglgo script]

Post by Jonathan Leffle » Sun, 31 Dec 1899 09:00:00



> --
> Evelio Martnez
> Office: +34 96 374-47-02
>         +34 96 374-47-03


>     ---------------------------------------------------------------

> Subject: Error with cfglgo script
> Date: Mon, 14 Sep 1998 13:19:24 +0200

> Organization: AF INFORMATICA APLICADA, S.A.
> Newsgroups: comp.unix.sco.programmer

> Hi !

> Using these tools:
> - SCO Open Server 5.0.4,
> - Informix-RDS 4.00.UC2,
> - SE Version 5.08.UD1
> - SCO UNIX Development System  Release 5.0.0a 16Mar95

> when running cfglgo script I have the following message (set -x):

> ...

> + A= fgiusr.c informix.o unix.xen.o estruc.o bloqueos.o fic.o spdinam.o
> arboles.
> o edinum.o -I ./xen -o nfglgo
> + [ ]
> + cc -I/e/informix5/incl fgiusr.c informix.o unix.xen.o estruc.o
> bloqueos.o fic.
> o spdinam.o arboles.o edinum.o -I ./xen -o nfglgo
> /e/informix5/lib/libfmain.a /e
> /informix5/lib/libfglgo.a /e/informix5/lib/lib4gl.a
> /e/informix5/lib/lib4io.a /e
> /informix5/lib/libncolor.a /e/informix5/lib/libfe.a
> /e/informix5/lib/libfesql.a
> -lcurses -lsocket -lx -lPW
> undefined                       first referenced
>  symbol                             in file
> alloctab                            informix.o
> ld fatal: Symbol referencing errors. No output written to nfglgo
> + STAT=13
> + exit 13

> Any ideas?

Put succinctly, you've goofed, as far as I can see.

The file informix.o appears to be something of yours,
and it refers to a variable or function called alloctab,
but no code actually defines the variable or function.

Go fix informix.c or informix.ec, or whatever else it takes
to define alloctab somehow.  Maybe you omitted a module from
the command line.

--

Guardian of DBD::Informix v0.60 -- see http://www.perl.com/CPAN
#include <disclaimer.h>

 
 
 

1. cfglgo giving symbol referencing error

I'm trying to create a custom pcode runner with cfglgo, and am getting the
following error:

Undefined                       first referenced
 symbol                             in file
getspnam
/usr/informix/infx7.23A/lib/tools/libos.a(ospasswd.o)
a.out: fatal error: Symbol referencing errors. No output written to a.out

This error occurs with any C function, even a simple test.

We have successfully created the runner before, but have since installed
Client SDK to get ESQL/C for D4GL. Maybe this is causing a problem? The ESQL
version is 9.14.UC1. I4GL version is 7.20.UE2. OS is SCO Openserver 5.0.6.

Thanks in advance for your any help.

2. Urgent HELP!!!

3. SP3 script error (Error running script 80sp3-tools.sql)

4. Universe Support?

5. [Fwd: SQLServer7.0 Beta 3 import/export scripts]

6. Error in a linked server

7. [Fwd: Hiding passwords for scripts]

8. How to re-open database with dao after network connection is lost and re-established?

9. [Fwd: [Fwd: [tao-users] FW: HEADS UP: CVSup timestamp bug]]

10. Fwd: [BUGS] Fwd: FATAL 1: Database dialup does not

11. Fwd: [BUGS] Fwd: FATAL 1: Database dialup does not exist in pg_database

12. [Fwd: (Fwd) FW: Virus Warning!]

13. cfglgo and shared libraries.