Changeset 71


Ignore:
Timestamp:
07/19/04 12:19:34 (20 years ago)
Author:
mmarquar
Message:

Statically linking libwcs. Removed -w option.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/Makefile

    r65 r71  
    33CXX      := g++-3.2.3
    44CXXFLAGS := -O -fPIC
    5 CXXFLAGS += -w -fpermissive # This should be removed.
     5CXXFLAGS += -fpermissive # This should be removed.
    66#CXXFLAGS += -ansi
    77#CXXFLAGS += -pedantic -Wno-long-long
    88#CXXFLAGS += -Wall -Wno-parentheses
     9
     10CFITSIOLIB := /usr/local/lib/libcfitsio.a #-lcfitsio
    911
    1012AIPSROOT  := $(word 1, $(AIPSPATH))
     
    1214AIPSLIB   := $(AIPSROOT)/linux_gnu/lib
    1315AIPSPPLIB := $(AIPSLIB)/version.o \
    14              -L$(AIPSLIB) -latnf -ltrial -laips -laips_f -lmir -lwcs \
    15              -lrpfits -lcfitsio -llapack -lblas -lg2c
     16             -L$(AIPSLIB) -latnf -ltrial -laips -laips_f \
     17             $(AIPSLIB)/libwcs.a \
     18             -lrpfits $(CFITSIOLIB) -llapack -lblas -lg2c
    1619
    1720LD        := g++-3.2.3
Note: See TracChangeset for help on using the changeset viewer.