Changeset 3197
- Timestamp:
- Apr 22, 2007, 2:53:37 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/essentials/dev-lang/perl/hints/os2.sh
r3193 r3197 11 11 # Note that symbol extraction code gives wrong answers (sometimes?) on 12 12 # gethostent and setsid. 13 set -x14 13 15 14 # Optimization (GNU make 3.74 cannot be loaded :-(): … … 38 37 set $MANPATH 39 38 tryman="$@" 39 set $PATH 40 trypath="$@" 40 41 set `gcc -print-search-dirs | grep libraries | sed -e "s/^libraries: *=//" ` 41 42 libemx="$@" … … 63 64 # emxpath="`./UU/loc . /emx c:/emx d:/emx e:/emx f:/emx g:/emx h:/emx /emx`" 64 65 #fi 65 emxpath="`which gcc.exe`" 66 #emxpath="`which gcc.exe`" 67 emxpath="`./UU/loc gcc.exe /@unixroot/usr/bin $trypath`" 66 68 emxpath="`dirname $emxpath`" 67 69 emxpath="`dirname $emxpath`"
Note:
See TracChangeset
for help on using the changeset viewer.