/[gcl]/gcl/readme.mingw
ViewVC logotype

Diff of /gcl/readme.mingw

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by wfs, Fri May 11 05:56:54 2001 UTC revision 1.1.2.1 by camm, Tue Dec 18 21:58:23 2001 UTC
# Line 24  you may try using bash.exe instead. Line 24  you may try using bash.exe instead.
24  and have installed the mingw compilers and includes under  and have installed the mingw compilers and includes under
25  g:/progs/mingw-msvrt/bin  g:/progs/mingw-msvrt/bin
26  then in bash add  then in bash add
27  bash$ export PATH=//g/progs/mingw-msvrt/bin:$PATH xcs  bash$ export PATH=//g/progs/mingw-msvrt/bin:$PATHxcs
28    
29  There is a bug in winsock2.h in the mingw distribution at line 46,  There is a bug in winsock2.h in the mingw distribution at line 46,
30  the 'ifdef' should have '#' in front of it.   You will see this when  the 'ifdef' should have '#' in front of it.   You will see this when
# Line 43  so now your path will fall through to th Line 43  so now your path will fall through to th
43  Now you are ready to go!!  Now you are ready to go!!
44    
45  bash$ ./configure --enable-machine=mingw  bash$ ./configure --enable-machine=mingw
46  # edit the unixport/makefile so that GCLDIR does not have /cygdrive etc..  # edit the unixport/makefile so that GCLDIR does not have /cygdrive etc..
47  # since otherwise gcc will have that in it..  # since otherwise gcc will have that in it..
48  #GCLDIR=h:/wfs2/tmp/gcl-2.3.8  #GCLDIR=h:/wfs2/tmp/gcl-2.3.8
49  bash$ mak  bash$ mak
50    
51    
52    

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.1.2.1

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26