Difference between revisions of "Talk:Installation on Windows"

From GNUstepWiki
Jump to navigation Jump to search
 
Line 2: Line 2:
  
 
[[User:Stefan Urbanek|Stefan Urbanek]] 16:06, 10 Mar 2005 (CET)
 
[[User:Stefan Urbanek|Stefan Urbanek]] 16:06, 10 Mar 2005 (CET)
 +
 +
I had to do:
 +
 +
configure CPPFLAGS=-I/C/GNUstep/msys/1.0/include LDFLAGS=-I/C/GNUstep/msys/1.0/lib
 +
 +
to get the gui build going.
 +
 +
Also, ffcall wouldn't compile, so it was necessary to copy one from an older GNUstep installation on windows.  I will make a zip of this and put in on the GNUstep ftp site so that others don't run into the same issue.
 +
 +
Later, GJC

Revision as of 04:47, 26 March 2005

Are the *-bin.zip files needed? Are not the *-lib files sufficient?

Stefan Urbanek 16:06, 10 Mar 2005 (CET)

I had to do:

configure CPPFLAGS=-I/C/GNUstep/msys/1.0/include LDFLAGS=-I/C/GNUstep/msys/1.0/lib

to get the gui build going.

Also, ffcall wouldn't compile, so it was necessary to copy one from an older GNUstep installation on windows. I will make a zip of this and put in on the GNUstep ftp site so that others don't run into the same issue.

Later, GJC