Skip to Content.
Sympa Menu

freetds - Re: Error compiling FreeTDS on SCO UnixWare7.1.0

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: "Ilya Storozhilov" <storozhilov AT newmail.ru>
  • To: "TDS Development Group" <freetds AT franklin.oit.unc.edu>
  • Subject: Re: Error compiling FreeTDS on SCO UnixWare7.1.0
  • Date: Fri, 1 Dec 2000 19:08:12 +0300


I had such problem on FreeBSD 4.0

DBD::Sybase don't support this field type. You have to write in statement:

SELECT
CAST(CLIENTS_DESCRIPTION AS VARCHAR(8000)) AS CLIENTS_DESCRIPTION
FROM CLIENTS

in SQL query :^(


----- Original Message -----
From: Vladimir Rybintsev <vlary AT mailandnews.com>
To: TDS Development Group <freetds AT franklin.oit.unc.edu>
Sent: Friday, December 01, 2000 5:51 PM
Subject: [freetds] Error compiling FreeTDS on SCO UnixWare7.1.0


> I was trying to compile FreeTDS sources on SCO UnixWare7.1.0,
> compiled them with 7.0 option, using native SCO UDK cc.
> After configuring and running make, I got an error:
> UX:make: ERROR: don't know how to make /%, (bu42).
> May be sombody successfully compiled FreeTDS on UnixWare 7?
> Compiling same source distribution on SCO OpenServer with gcc
> was successfull.
> Thanks in advance, with regards
>
> ---
> You are currently subscribed to freetds as: [storozhilov AT newmail.ru]
> To unsubscribe, forward this message to
$subst('Email.Unsub')
>





Archive powered by MHonArc 2.6.24.

Top of Page