snapshot-netware, fpc netware 'daily' snapshot generated 2006-12-05 03:09:51 before using, it is best if you read docs, install, use _latest_ release from ftp site eg ftp.frepascal.org/fpc/dist or mirrors but if not see installing below compiled by Armin Diehl (armin@freepascal.org) make string used: zipinstall OS_TARGET=netware BINUTILSPREFIX=i386-netware- USEZIP=1 SNAPSHOT=1 CREATESMART=1 initial compiler: 2.0.2 2005/12/07 linux i386 based on ftp://ftp.freepascal.org/fpc/snapshot/beta/source/fpc.zip sources downloaded 2006-12-05 03:00:01 installing snapshot +++++++++++++++++++ there are two zips provided: i386-netware_211_bin.zip: contains compiler binaries for running on netware servers i386-netware_211_units.zip: units ppu,a and o files in case you want to cross compile only the units zip and a snapshot compiler for your OS with the same date as the units zip is needed. Cross compile is known working on win32 and linux. Change your fpc.cfg and include search pathes for libraries and units i.e. #IFDEF netware_clib -FuC:\pp\units${FPC_CPU}-netware\rtl -FuC:\pp\units${FPC_CPU}-netware\* -XPi386-netware- #ENDIF In addition you need netware binutils for your plattform. Versions for win32 and linux are available from ftp://ftp.freepascal.org/fpc/contrib/cross/netware. Make sure that at least "i386-netware-ld -V" and "i386-netware-nlmconv -v" can be started. The bin zip is only needed if you plan to run the compiler on your netware server. This may or may not work. If you want to try this, you need binutils as NLMs that can be downloaded from sourceforge.novell.com (the gcc package). NBB this is snapshot of the latest developers working compiler & rtl, not a release. pls send problems to [fpc-devel] mail list. Each snap is identified by a date -pls state this in your problem report. If you have netware specific problems/questions, contact me at armin@freepascal.org