Skip to Content.
Sympa Menu

freetds - Re: [freetds] problem compiling freetds-0.64

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: "ZIGLIO, Frediano, VF-IT" <Frediano.Ziglio AT vodafone.com>
  • To: "FreeTDS Development Group" <freetds AT lists.ibiblio.org>
  • Subject: Re: [freetds] problem compiling freetds-0.64
  • Date: Thu, 20 Jul 2006 11:51:20 +0200

Usually you can use configure script with a command like

LDFLAGS="-bdynamic" ./configure <options>

I don't know however if this works with AIX shell...

If this doesn't work as expected try

setenv LDFLAGS -bdynamic
./configure <options>

bye
freddy77

>
> yes, is an AIX machine and the make command cause the error.
> where do i have to add the -bdynamic option to try if in that
> way it works?
>
> Giorgia
>
> "ZIGLIO, Frediano, VF-IT" <Frediano.Ziglio AT vodafone.com> ha scritto:
> >
> > After downloading and expanding the freetds-stable.tar
> > file, i run the ./configure --with-unixodbc command and start
> > make but the following error comes out:
> >
> > ld: 0711-317 ERROR: Undefined symbol: .tdsdump_open
> > ld: 0711-345 Use the -bloadmap or -bnoquiet option to
> > obtain more information.
> > collect2: ld returned 8 exit status
> > make: 1254-004 The error code from the last command is 1.
> >
> > What can i do to solve the problem?
> >
> > Thank you
> >
> > Giorgia
> >
>
> Ciao,
> which system are you using? I suspect AIX...
>
> I googled around and I find a lot of people having similar
> problems but
> the only solutions seem
> http://blog.firetree.net/2005/07/21/static-linking-on-aix/ and
> http://www.lam-mpi.org/MailArchives/lam/2005/02/9891.php thread. Could
> you post some additional output, I'm unable to understand
> which command
> cause the problem.
>
> bye
> freddy77
>
> _______________________________________________
> FreeTDS mailing list
> FreeTDS AT lists.ibiblio.org
> http://lists.ibiblio.org/mailman/listinfo/freetds
>
>
> Chiacchiera con i tuoi amici in tempo reale!
> http://it.yahoo.com/mail_it/foot/*http://it.messenger.yahoo.com
> _______________________________________________
> 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