link error - xunlink unsatisfied
When I link my program using the command:
gcc -o fe -lpthread fe.o mylib.sl
I get the error:
/usr/ccs/bin/ld: Unsatisfied symbols:
xunlink (code)
Does anyone know why this is happening?
uname -a
HP-UX hpux B.11.11 U 9000/800 892008281 unlimited-user license
.
Relevant Pages
- Re: How do you make this Open Source work on Solaris ?
... After running the tar -xvf command, I logged in /bin/csh and did the ... checking for gcc... ... checking for C compiler default output... ... checking how to recognise dependent libraries... ... (comp.unix.programmer) - Re: How do you make this Open Source work on Solaris 10?
... After running the tar -xvf command, I logged in /bin/csh and did the ... checking for gcc... ... checking for C compiler default output... ... checking how to recognise dependent libraries... ... (comp.unix.shell) - Re: Problem in calling c programs and compiling them in tcl/tk
... using exec gcc filename.c and later exec ./a.out filename.c. ... the execution of a command that might generate a Tcl error. ... saying "any time I see this, ... The important thing is if i try to run the same using gcc helloworld.c ... (comp.lang.tcl) - Re: How do you make this Open Source work on Solaris ?
... After running the tar -xvf command, I logged in /bin/csh and did the ... checking for gcc... ... checking for C compiler default output... ... checking how to recognise dependent libraries... ... (comp.unix.programmer) - Re: hacked?
... because the scripts would just start adding a+x as a line before the gcc ... command line to the real program where it has been moved or renamed while ... Or you can kick back a response saying "your request has been logged and ... Its very very rare that an effort to use gcc and other common ... (comp.os.linux.security) |
|