Skip to Content.
Sympa Menu

freetds - RE: [freetds] problem about freeTDS installing on solaris, help me

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 Development Group" <freetds AT lists.ibiblio.org>
  • Subject: RE: [freetds] problem about freeTDS installing on solaris, help me
  • Date: Fri, 11 Jun 2004 11:08:04 +0800

On Thu, 10 Jun 2004 11:02:12 -0400, Lowden, James K wrote
> > [mailto:freetds-bounces AT lists.ibiblio.org]On Behalf Of ldai
> > Sent: June 10, 2004 5:58 AM
> >
> > I add "-lsocket -lnsl" to compile my programe, but I still
> > get serveral errors.
> ...
> > gcc -I. -I/usr/local/freetds/include
> > test.c /usr/local/freetds/lib/libsybdb.a -lm -o test -lsocket -lnsl
> >
> > ------link results-----------------
> > Undefined first referenced
> > symbol in file
> > libiconv
> > /usr/local/freetds/lib/libsybdb.a(iconv.o)
> > libiconv_open
> > /usr/local/freetds/lib/libsybdb.a(iconv.o)
> > ReleaseIPAddress
> > libnextipc.a(f_nip_UpdateDHCPAlloc.o)
> > libiconv_close
> > /usr/local/freetds/lib/libsybdb.a(iconv.o)
> > ld: fatal: Symbol referencing errors. No output written to ms_sql
> > collect2: ld returned 1 exit status
>
> About ReleaseIPAddress, I don't know. Perhaps "man
> ReleaseIPAddress" will indicate which library that's in.
>
> As for libiconv, try "./configure --disable-libiconv". I don't
> think we can use Solaris's iconv in any case. The built-in iconv
> will handle ISO 8859 character sets. If you need more, you'll
> probably need GNU.
>
> --jkl
Thanks freddy77 态Magnus and jkl.
Now I can pass the compile and run my test code on solaris.
Thank your very much.

Best regards.
leon
11th, June 2004
-----------------this is my compile command------------------
gcc -I. -I/usr/local/freetds/include
test.c /usr/local/freetds/lib/libsybdb.a -lm -o test -lsocket -lnsl -liconv -
lpthread




Archive powered by MHonArc 2.6.24.

Top of Page