Skip to Content.
Sympa Menu

freetds - Re: [freetds] freetds on Solaris

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: Frediano Ziglio <freddyz77 AT tin.it>
  • To: FreeTDS <freetds AT lists.ibiblio.org>
  • Subject: Re: [freetds] freetds on Solaris
  • Date: 06 Dec 2002 21:04:53 +0100

> /bin/bash ../../libtool --mode=link gcc -g -O2 -o libreplacements.la
> asprintf.lo vasprintf.lo
> ar cru .libs/libreplacements.a .libs/asprintf.o .libs/vasprintf.o
> ../../libtool: ar: command not found

^^^^
I think this is the real problem...

> make[2]: *** [libreplacements.la] Error 127
> make[2]: Leaving directory
> `/home/user1/projects/modules/freetds-0.60/src/replacements'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/home/user1/projects/modules/freetds-0.60/src'
> make: *** [all-recursive] Error 1
>
> prompt#
> ---------------------------------------------------------------
>
> Looks like libtool is having some problems, but what are they and how do I
> resolve them?
> Any ideas/suggestions would be greatly appreciated.
>

Are all developement tools installed. Many time ar is installed in
/usr/ccs/bin directory. Try to define AR=/usr/ccs/bin/ar (or put
/usr/ccs/bin in your PATH)

freddy77






Archive powered by MHonArc 2.6.24.

Top of Page