comparison src/Makefile @ 1076:17b9587ff6d5 v7.0.202

updated for version 7.0-202
author vimboss
date Tue, 27 Feb 2007 15:48:28 +0000
parents 4256f76f7266
children ce98cc04efe2
comparison
equal deleted inserted replaced
1075:21ce954cbdca 1076:17b9587ff6d5
199 #Solaris with -lthread 5.5 (W) K. Nagano 199 #Solaris with -lthread 5.5 (W) K. Nagano
200 #Solaris gcc (b) Riccardo 200 #Solaris gcc (b) Riccardo
201 #SunOS 4.1.x +X11 -GUI 5.1b (J) Bram Moolenaar 201 #SunOS 4.1.x +X11 -GUI 5.1b (J) Bram Moolenaar
202 #SunOS 4.1.3_U1 (sun4c) gcc +X11 +GUI Athena 5.0w (J) Darren Hiebert 202 #SunOS 4.1.3_U1 (sun4c) gcc +X11 +GUI Athena 5.0w (J) Darren Hiebert
203 #SUPER-UX 6.2 (NEC SX-4) cc +X11R6 Motif,Athena4.6b (P) Lennart Schultz 203 #SUPER-UX 6.2 (NEC SX-4) cc +X11R6 Motif,Athena4.6b (P) Lennart Schultz
204 #Tandem/NSK (c) Matthew Woehlke
204 #Unisys 6035 cc +X11 Motif 5.3 (8) Glauber Ribeiro 205 #Unisys 6035 cc +X11 Motif 5.3 (8) Glauber Ribeiro
205 #ESIX V4.2 cc +X11 6.0 (a) Reinhard Wobst 206 #ESIX V4.2 cc +X11 6.0 (a) Reinhard Wobst
206 #Mac OS X 10.[23] gcc Carbon 6.2 (x) Bram Moolenaar 207 #Mac OS X 10.[23] gcc Carbon 6.2 (x) Bram Moolenaar
207 # }}} 208 # }}}
208 209
249 # (Y) See line with c89 below 250 # (Y) See line with c89 below
250 # (Z) See lines with cc or c89 below 251 # (Z) See lines with cc or c89 below
251 # (a) See line with EXTRA_LIBS below. 252 # (a) See line with EXTRA_LIBS below.
252 # (b) When using gcc with the Solaris linker, make sure you don't use GNU 253 # (b) When using gcc with the Solaris linker, make sure you don't use GNU
253 # strip, otherwise the binary may not run: "Cannot find ELF". 254 # strip, otherwise the binary may not run: "Cannot find ELF".
255 # (c) Add -lfloss to EXTRA_LIBS, see below.
254 # (x) When you get warnings for precompiled header files, run 256 # (x) When you get warnings for precompiled header files, run
255 # "sudo fixPrecomps". Also see CONF_OPT_DARWIN below. 257 # "sudo fixPrecomps". Also see CONF_OPT_DARWIN below.
256 # }}} 258 # }}}
257 259
258 260
791 ### one. After changing this, you need to do "make reconfig". 793 ### one. After changing this, you need to do "make reconfig".
792 #CONF_TERM_LIB = --with-tlib=termlib 794 #CONF_TERM_LIB = --with-tlib=termlib
793 795
794 ### (a) ESIX V4.2 (Reinhard Wobst) 796 ### (a) ESIX V4.2 (Reinhard Wobst)
795 #EXTRA_LIBS = -lnsl -lsocket -lgen -lXIM -lXmu -lXext 797 #EXTRA_LIBS = -lnsl -lsocket -lgen -lXIM -lXmu -lXext
798
799 ### (c) Tandem/NSK (Matthew Woehlke)
800 #EXTRA_LIBS = -lfloss
796 801
797 ### If you want to use ncurses library instead of the automatically found one 802 ### If you want to use ncurses library instead of the automatically found one
798 ### after changing this, you need to do "make reconfig". 803 ### after changing this, you need to do "make reconfig".
799 #CONF_TERM_LIB = --with-tlib=ncurses 804 #CONF_TERM_LIB = --with-tlib=ncurses
800 805