View Single Post

   
  #5 (permalink)  
Old 01-17-2008, 06:35 AM
Rick Jones
 
Posts: n/a
Default Re: cobol & libraries on 11i v2

julien Touche <julien.touche@touche.fr.st> wrote:

> sybase example
> # cd /opt/sybase/OCS-15_0/sample/esqlcob
> # SYBPLATFORM=hpux make
> cob -x example1.cbl -L/opt/sybase/OCS-15_0/lib -L/usr/lib -lsybcobct
> -lsybct -lsybtcl -lsybcs -lsybcomn -lsybintl -lsybunic -lcl -lm -lBSD
> -ldld -o example1


> ld: Mismatched ABI (not an ELF file) for -lsybcobct
> Fatal error.
> *** Error exit code 1


ELF - on PA-RISC ELF is used only for 64-bit objects, so that suggests
an attempt is being made to mix 32 and 64 bit objects in the same
binary which won't fly.

rick jones
--
The computing industry isn't as much a game of "Follow The Leader" as
it is one of "Ring Around the Rosy" or perhaps "Duck Duck Goose."
- Rick Jones
these opinions are mine, all mine; HP might not want them anyway...
feel free to post, OR email to rick.jones2 in hp.com but NOT BOTH...
Reply With Quote