IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 6681


Ignore:
Timestamp:
Mar 24, 2006, 3:24:31 PM (20 years ago)
Author:
eugene
Message:

fixed configure bugs

Location:
trunk/Ohana
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/Makefile

    r6424 r6681  
    3434gastro2     \
    3535gcompare    \
    36 gophot      \
    3736imclean     \
    3837imregister  \
     
    5756fixcat      \
    5857getstar     \
     58gophot      \
    5959getusno     \
    6060lightcurve  \
  • trunk/Ohana/configure

    r5997 r6681  
    147147# check for termcap, curses, etc
    148148set tlibflag = ""
    149 foreach f ( libncurses libcurses libtermcap )
     149foreach f ( ncurses curses termcap )
    150150      foreach g ( /usr/lib $lib $libpath )
    151         set name = "$g/$f.a"
     151        set name = "$g/lib$f.a"
    152152        if (-e $name) then
    153153            echo "found $name"
     
    155155            goto got_curses;
    156156        endif
    157         set name = "$g/$f.so"
     157        set name = "$g/lib$f.so"
    158158        if (-e $name) then
    159159            echo "found $name"
Note: See TracChangeset for help on using the changeset viewer.