git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@11003 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Adam Fedor 2001-09-25 15:16:27 +00:00
parent 416bb070ad
commit fa336e8217
4 changed files with 20 additions and 10 deletions

View file

@ -1,3 +1,9 @@
2001-09-25 Adam Fedor <fedor@gnu.org>
* Documentation/README.MinGW: Update
* Documentation/machines.texi: Likewise.
* GNUstep-HOWTO: Regen.
Fri Sep 21 13:39:08 2001 Nicola Pero <n.pero@mi.flashnet.it>
* application.make ($(APP_FILE)): Added ALL_FRAMEWORK_DIRS to

View file

@ -16,7 +16,9 @@ not work.
Note for compiling with shared libraries (DLLs), it's a good idea to
remove the libobjc.a that comes with gcc (gcc -v for location) so that
it isn't accidentally found instead of the libobjc DLL that you will
compile below.
compile below. Also note that, despite the statement in the GNUstep-HOWTO,
even if you have 3.x, you still need to install gnustep-objc as it properly
exports symbols for DLLs.
MinGW on Cygwin
---------------

View file

@ -597,7 +597,7 @@ backend.
@table @samp
@item Recommended compiler
gcc 2.95.2 (MingW release 1999-11-07)
gcc 2.95.3-5
@item Extra libs needed
Objective-C library DLL (@url{ftp://ftp.gnustep.org/pub/gnustep/libs})

View file

@ -1,7 +1,7 @@
GNUstep HOWTO
*************
Last Update: 19 July 2001
Last Update: 19 September 2001
This document explains how to build the different components of the
GNUstep core libraries and GNUstep Launchpad.
@ -787,22 +787,24 @@ building:
make shared=yes
For static libs, use SHARED=NO, Make sure files and compilation done
in Unix mode (no ^M in files, EXPORT CYGWIN=BINMODE usually works if
cygwin is not buggy). Gdomap services not set up correctly. Must add
services lines to `C:\WINDOWS\services' (on Windows 98) or xxx (on
For static libs, use `shared=no', Make sure files and compilation
done in Unix mode (no ^M in files, EXPORT CYGWIN=BINMODE usually works
if cygwin is not buggy). Gdomap services not set up correctly. Must
add services lines to `C:\WINDOWS\services' (on Windows 98) or xxx (on
Windows NT). Base library only. No native GUI backend.
Windows with MinGW (_Unstable!_)
================================
`Recommended compiler'
gcc 2.95.2 (MingW release 1999-11-07)
gcc 2.95.3-5
`Extra libs needed'
Objective-C library DLL (<ftp://ftp.gnustep.org/pub/gnustep/libs>)
for shared libs. ffcall is not ported to Mingw32 so don't try to
use it.
for shared libs. For ffcall, you should get version 1.8b or above
(the earlier ones don't compile). There are still some problems
with structure passing, but that is generally not supportred on
any architecture.
`Special Instructions'
See the `README.MinGW' file located in the gnustep-make