|
|
sybperl-l Archive
Up Prev Next
From: Michael Peppler <mpeppler at MBAY dot NET>
Subject: Re: building sybperl on Linux
Date: Nov 4 1997 3:42PM
Did you get the ELF-ized version of the CTlib libraries (available
from my homepage, f.ex) ?
Michael
Matthew Hempel wrote:
>
> Hello
>
> I'm trying to build sybperl on Linux 2.0.30, so that I might be able to
> connect via SYBASE to Microsoft SQL Server on an NT box. I've downloaded
> and installed the SYBASE Open Client for Linux, which came with
> precompiled static libraries. I installed the entire sybase.tgz package
> in /usr/local/sybase.
>
> My CONFIG looks like so (comments removed):
>
> DBLIBVS=0
> CTLIBVS=100
> SYBASE=/usr/local/sybase
> EXTRA_LIBS=-lsybtcl -linsck
> LINKTYPE=static
>
> make Makefile.PL reports all good.
> make has no complaints.
> make test on the other hand
>
> /build/sybperl-2.08/blib/arch/auto/Sybase/CTlib/CTlib.a(CTlib.o): In function `to_datetime':
> CTlib.o(.text+0x6a3): undefined reference to `cs_convert'
> /build/sybperl-2.08/blib/arch/auto/Sybase/CTlib/CTlib.a(CTlib.o): In function `from_datetime':
> CTlib.o(.text+0x783): undefined reference to `cs_convert'
> /build/sybperl-2.08/blib/arch/auto/Sybase/CTlib/CTlib.a(CTlib.o): In function `to_money':
> CTlib.o(.text+0x8f3): undefined reference to `cs_convert'
> /build/sybperl-2.08/blib/arch/auto/Sybase/CTlib/CTlib.a(CTlib.o): In function `from_money':
> CTlib.o(.text+0x9d3): undefined reference to `cs_convert'
> /build/sybperl-2.08/blib/arch/auto/Sybase/CTlib/CTlib.a(CTlib.o): In function `money2float':
> CTlib.o(.text+0xa85): undefined reference to `cs_convert'
> /build/sybperl-2.08/blib/arch/auto/Sybase/CTlib/CTlib.a(CTlib.o)(.text+0xc52): more undefined references to `cs_convert' follow
> /build/sybperl-2.08/blib/arch/auto/Sybase/CTlib/CTlib.a(CTlib.o): In function `describe':
> CTlib.o(.text+0x12a9): undefined reference to `ct_res_info'
>
> ad nauseam ...
>
--
Michael Peppler -||- Data Migrations Inc.
mpeppler@datamig.com -||- http://www.mbay.net/~mpeppler
|