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: "ldai" <ldai AT accunettech.com>
  • To: FreeTDS Development Group <freetds AT lists.ibiblio.org>, freetds AT lists.ibiblio.org
  • Subject: Re: [freetds] freetds compile issues on solaris 8 sparc
  • Date: Fri, 3 Sep 2004 13:34:14 +0800

On Thu, 2 Sep 2004 12:33:53 -0600 , 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
> *** Error code 1
> make: Fatal error: Command failed for target `all-recursive'
> Current working directory /export/home/xer/db/freetds-0.53.orig/src/tds
> *** Error code 1
> make: Fatal error: Command failed for target `all-recursive'
> Current working directory /export/home/xer/db/freetds-0.53.orig/src
> *** Error code 1
> make: Fatal error: Command failed for target `all-recursive'
>
> Any help or suggestions would be great.
>
> _______________________________________________
> FreeTDS mailing list
> FreeTDS AT lists.ibiblio.org
> http://lists.ibiblio.org/mailman/listinfo/freetds


This is for you don't add ar tool's path into $PATH.
you should usage "find / -name "ar" to locate where ar is.
Then You add ar 's path into you PATH enrv variable.
F.E:
export PATH=$PATH:/usr/ccs/bin/;



--
Open WebMail Project (http://openwebmail.org)





Archive powered by MHonArc 2.6.24.

Top of Page