Re: cobol & libraries on 11i v2 julien Touche <julien.touche@touche.fr.st> writes:
> bash-3.00$ COBMODE=32 cob -x -o app1 app1.cbl -lcl -lm -lBSD -ldld
> ld: Can't open /opt/langtools/lib/crt0.o
> ld: No such file or directory
the crt0.o at this path comes with the compiler (cc/aCC) bundle.
there is one at /usr/ccs/lib/crt0.o which you can use instead,
but i dont know how to specify the alternate crt0.o to the cob
compiler. |