Skip to Content.
Sympa Menu

freetds - RE: [freetds] freetds compile issues on solaris 8 sparc

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: "Becerra, Marrcello" <Marrcello_Becerra AT cable.comcast.com>
  • To: FreeTDS Development Group <freetds AT lists.ibiblio.org>
  • Subject: RE: [freetds] freetds compile issues on solaris 8 sparc
  • Date: Fri, 3 Sep 2004 01:38:08 -0600

Thanks Les and Idai,
That fixed my problem with freetds on the first time around.


I have a new problem with getting DBD-Sybase to compile using the freetds
library
I've tried older and new versions of freetds and DBD-Sybase with no luck.
dbdimp.c always seams to fail for some reason or another.

Any suggestions anyone?


prompt# make
gcc -c -I/usr/local/freetds/include
-I/usr/local/lib/perl5/site_perl/5.8.5/sun4
-solaris/auto/DBI -fno-strict-aliasing -pipe -I/usr/local/include
-D_LARGEFILE_
SOURCE -D_FILE_OFFSET_BITS=64 -O -DVERSION=\"0.94\"
-DXS_VERSION=\"0.94\" -f
PIC "-I/usr/local/lib/perl5/5.8.5/sun4-solaris/CORE" dbdimp.c
dbdimp.c: In function `servermsg_cb':
dbdimp.c:313: warning: passing arg 1 of `fflush' from incompatible pointer
type
dbdimp.c:1973:22: missing terminating " character
dbdimp.c:1981:1: missing terminating " character
dbdimp.c:1983:22: missing terminating " character
dbdimp.c:1990:21: missing terminating " character
*** Error code 1
make: Fatal error: Command failed for target `dbdimp.o'
emsftp#

-----Original Message-----
From: Les Gondor [mailto:les AT adanac.net]
Sent: Thursday, September 02, 2004 2:54 PM
To: FreeTDS Development Group
Subject: Re: [freetds] freetds compile issues on solaris 8 sparc


Does your PATH environment variable include '/usr/ccs/bin'? That is the
default location of Sun's 'ar', as part of package SUNWbtool.

Cheers,
Les

Becerra, Marrcello wrote:
> I am having trouble getting freetds .053 to compile on Solaris 8 sparc.
> Here is the following error after running make
>
>
> (cd .libs && rm -f libtds.so.0 && ln -s libtds.so.0.0.0 libtds.so.0)
> (cd .libs && rm -f libtds.so && ln -s libtds.so.0.0.0 libtds.so)
> ar cru .libs/libtds.a mem.o token.o util.o login.o read.o write.o
convert.o
> num
> eric.o config.o query.o iconv.o
> ../../libtool: ar: not found
> *** Error code 1
> make: Fatal error: Command failed for target `libtds.la'
> Current working directory /export/home/xer/db/freetds-0.53.orig/src/tds
[snip]
---
Les Gondor les AT adanac.net
"If you don't know what you're doing, do it neatly"
_______________________________________________
FreeTDS mailing list
FreeTDS AT lists.ibiblio.org
http://lists.ibiblio.org/mailman/listinfo/freetds




Archive powered by MHonArc 2.6.24.

Top of Page