|
|
sybperl-l Archive
Up Prev Next
From: Michael Peppler <mpeppler at peppler dot org>
Subject: Re: sybase 12 libs on HP-UX
Date: Aug 11 2000 2:49PM
tcammell@dataaction.com.au writes:
> I've been using Sybperl on HP-UX and it runs fine using Sybase 11.0.3 and 11.9.3
> libs, but it fails when using the Syb 12 libs. So, I've tried rebuilding (using
> gcc) Sybperl 2.12 on the Sybase 12 libraries, but I get the test output as
> t/bcp.............../usr/lib/dld.sl: Unresolved symbol: _DINFINITY (data) from
> /opt/sybase/1200/OCS-12_0/lib/libsybdb.sl
I would use nm to see what library defines the _DINFINITY symbol (I
would guess it's -lm).
Maybe you need to add -lm at the *end* of the link line in
DBlib/Makefile?
Michael
--
Michael Peppler -||- Data Migrations Inc.
mpeppler@peppler.org -||- http://www.mbay.net/~mpeppler
Int. Sybase User Group -||- http://www.isug.com
Sybase on Linux mailing list: ase-linux-list@isug.com
|