IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 18, 2004, 10:18:14 AM (22 years ago)
Author:
evanalst
Message:

Added library libgcc to DARWIN build to locate undefined functions such
as cmpdi2, fixdfdi,.. used by psImage.o. Linux version doesn't need
to specify this library explicitly.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/Makefile.Globals

    r638 r718  
    55##  Assumptions:    Variable "prefix" already defined
    66##
    7 ##  $Revision: 1.6 $  $Name: not supported by cvs2svn $
    8 ##  $Date: 2004-05-11 20:10:43 $
     7##  $Revision: 1.7 $  $Name: not supported by cvs2svn $
     8##  $Date: 2004-05-18 20:18:14 $
    99##
    1010##  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    6565    SO = bundle
    6666    DOCS =
    67     BUILD_DYNAMIC1 = libtool -dynamic -lm
    68     BUILD_DYNAMIC2 = -lm -o
     67    BUILD_DYNAMIC1 = libtool -dynamic
     68    BUILD_DYNAMIC2 = -lm -lgcc -o
    6969endif
    7070
Note: See TracChangeset for help on using the changeset viewer.