Discussion:
SCO 6 linking error.
(too old to reply)
Himanshu
2006-12-20 09:50:38 UTC
Permalink
Hello Friends,

I'm facing a problem while compiling Alert Agent on SCO6 and need
your help. There are two undefined symbols coming during the linking
process:

Undefined first referenced
symbol in file
_fs_unregister_ATTLC(int, int, const void *)
.obj/sco6.ansi/alertagent.o
_fs_register_ATTLC(int, const char *, int, const char *, unsigned int,
long, const void *) .obj/sco6.ansi/alertagent.o
UX:ld: ERROR: Symbol referencing errors. No output written to
./../bin/sco6.ansi/alertagent
make: *** [alertagent] Error 1
<Himanshu>$

There is no such direct call in the code but this call exists in the .i
files. I'm not able to locate the desired library needed for this.

The same code is getting compiled on SCO5 easily.

Waiting for a prompt and positive response.

Himanshu Prabhakar
j***@my-deja.com
2006-12-20 13:40:06 UTC
Permalink
Post by Himanshu
Hello Friends,
I'm facing a problem while compiling Alert Agent on SCO6 and need
your help. There are two undefined symbols coming during the linking
Undefined first referenced
symbol in file
_fs_unregister_ATTLC(int, int, const void *)
.obj/sco6.ansi/alertagent.o
_fs_register_ATTLC(int, const char *, int, const char *, unsigned int,
long, const void *) .obj/sco6.ansi/alertagent.o
UX:ld: ERROR: Symbol referencing errors. No output written to
./../bin/sco6.ansi/alertagent
make: *** [alertagent] Error 1
<Himanshu>$
There is no such direct call in the code but this call exists in the .i
files. I'm not able to locate the desired library needed for this.
The same code is getting compiled on SCO5 easily.
Waiting for a prompt and positive response.
Himanshu Prabhakar
You seem to have duplicate posted, instead of cross-posted.

See my response on comp.unix.sco.misc.

Jonathan Schilling

Loading...