IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 10, 2012, 6:12:36 AM (14 years ago)
Author:
eugene
Message:

temp mods to get Ubuntu 12.04 working

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20120601/Ohana/configure.tcsh

    r33983 r33995  
    210210endif 
    211211if ($profile) set LDFLAGS = "$LDFLAGS -Wl,--start-group -Wl,-Bstatic -Wl,-Bdynamic"
     212
     213# XXX EAM : temporary while working on Ubuntu 12.04 / gcc 4.6.3
     214# XXX --no-as-needed fixes problems introduced by Ubuntu 11.10 use of --as-needed
     215# but this may be hiding an underlying link problem
     216set LDFLAGS = "$LDFLAGS -Wl,--no-as-needed"
    212217
    213218set syslibpath = "/lib /usr/lib /usr/X11R6/lib /usr/local/lib"
Note: See TracChangeset for help on using the changeset viewer.