Skip to Content.
Sympa Menu

freetds - RE: [freetds] Max OS X Panther (solved?)

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: "Mark J. Lilback" <mark AT lilback.com>
  • To: FreeTDS Development Group <freetds AT lists.ibiblio.org>
  • Subject: RE: [freetds] Max OS X Panther (solved?)
  • Date: Thu, 6 Nov 2003 10:04:28 -0500

At 4:09 pm -0500 11/05/2003, Lowden, James K wrote:
Also, what version are y'all running? Is everyone using 10.3? Because
there are several case statements in ltmain.sh that look like they might be
references to the version number. I'm guessing, of course. Example:

case $host in
*-*-rhapsody* | *-*-darwin1.[012])
^^^ OS X 0/1/2?

Darwin was 1.x for pre-Mac OS X days (basically NeXT Step under Apple). It might have applied to 10.0, but I can't remember. 10.1 was darwin 5.0, 10.2.8 was darwin 6.2.8, and 10.3 is darwin 7.0.

My original solution (Sep 30) was the following (around line 3179):
deplibs=`echo "$deplibs" | sed -d 's#\([^ ]*\)\.al##g'`

I like this better than striping out deplibs entirely as there theoretically could be other things there besides duplicate .a files. But I don't know enough about autoconf/libtool/make to know if that's a possibility.

--
__________________________________________________________________________
"They that can give up essential liberty
Mark J. Lilback to obtain a little temporary safety
<mark AT lilback.com> deserve neither liberty or safety."
http://www.lilback.com/ -- Benjamin Franklin




Archive powered by MHonArc 2.6.24.

Top of Page