Skip to Content.
Sympa Menu

freetds - RE: [freetds] FreeTDS and WINE?

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: "Lowden, James K" <LowdenJK AT bernstein.com>
  • To: "'freetds AT lists.ibiblio.org'" <freetds AT lists.ibiblio.org>
  • Subject: RE: [freetds] FreeTDS and WINE?
  • Date: Tue, 4 Feb 2003 14:37:49 -0500

> From: Martin Spott [mailto:mas AT plesnik.de]
> Sent: February 4, 2003 11:51 AM
>
> On Tue, Feb 04, 2003 at 05:08:06PM +0100, Martin Spott wrote:
>
> > 'sparcv9-sun-solaris2' is a bit difficult because not
> > erything is built in the same binary format:
>
> This is strange, somehow the linker reacts differently while linking
> different libraries, but I don't see the difference. [...]
> If I add "-64" to the linker command, the I get a nice 64 bit
> library anyway

Is this a cross build you're doing?

The problem seems to be related to libtool, which should "know" you need
that "-64" on the command line. We ship:

$ ./build/libtool --version
ltmain.sh (GNU libtool) 1.4a (1.641.2.255 2001/05/22 10:39:30)

which is not the very latest. I won't go into why.

I think the workaround is:

$ LDFLAGS="-64"; ./configure && make

Tell me if that helps; if so, I can add it to the README. Maybe someone who
knows something about Solaris has better advice.

Thanks for the report, Martin.

--jkl


The information contained in this transmission may contain privileged and
confidential information and is intended only for the use of the person(s)
named above. If you are not the intended recipient, or an employee or agent
responsible for delivering this message to the intended recipient, any
review, dissemination, distribution or duplication of this communication is
strictly prohibited. If you are not the intended recipient, please contact
the sender immediately by reply e-mail and destroy all copies of the
original message. Please note that we do not accept account orders and/or
instructions by e-mail, and therefore will not be responsible for carrying
out such orders and/or instructions.






Archive powered by MHonArc 2.6.24.

Top of Page