bugGNU Common Lisp - Bugs: bug #14274, Installation problem on Mac OSX

 
 

bug #14274: Installation problem on Mac OSX

Submitter:  Piet van Oostrum <pvoostrum>
Submitted:  Wed 24 Aug 2005 03:34:54 PM UTC
   
 
Category:  None Severity:  3 - Normal
Item Group:  None Status:  Fixed
Privacy:  Public Assigned to:  None
Open/Closed:  Closed
* Mandatory Fields

Add a New Comment Rich Markup
   

Thu 21 Nov 2013 10:07:49 PM UTC, comment #1: 

Thanks for your report!  Full macosx support in the latest release, 2.6.10.

Camm Maguire <camm>
Group administrator
Wed 24 Aug 2005 03:34:54 PM UTC, original submission:  

Installing with ./configure;make fails on macosx 10.3 (and probably other versions).

gcl-2.6.7/h/powerpc-macosx.defs contains:

LIBS := `echo $(LIBS) | sed -e 's/-lncurses/ /'` /sw/lib/libintl.dylib

This will not work on a standard Mac OSX system, as /sw/lib does not exist. It only exists if fink is installed.

Replacing /sw/lib/libintl.dylib with -lintl works if libintl is installed in some other place, but even that is not sure.

There is also a line
MACOSX_DEPLOYMENT_TARGET = 10.2
which is incorrect in Mac OS X 10.3 or 10.4, but on my 10.3 system it doesn't seem do to any harm.

Note these errors were also present in gcl 2.6.6.

Piet van Oostrum <pvoostrum>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by camm (Posted a comment)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only logged-in users can vote.

     

    Follow 2 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2013-11-21 camm StatusNone Fixed
        Open/ClosedOpen Closed

    Back to the top

    Powered by Savane 3.13-d3ae.
    Corresponding source code