[fpc-pascal](no subject)

Carlo Kok ckok.1 at hccnet.nl
Sun Jan 21 16:04:39 CET 2001


I've installed the freepascal IDE for linux, but it keeps telling me that
SYSLINUX can not be found. What have I configures wrong. Free Pascal is
installed in /usr/lib/fpc/1.1/ and all the directories exist.

~/fp.cfg file:

# Automaticly created file, don't edit.
#IFDEF NORMAL
 -Tlinux
 -Sg
 -O1
 -OG
 -Op2
 -Ratt
 -Fu/usr/lib/fpc/1.1/units/linux/rtl
 -Fu/usr/lib/fpc/1.1/units/linux/*
 -Fu/usr/lib/fpc/1.1/units/linux/
 -Fl/usr/lib/gcc-lib/i486-suse-linux/2.95.2
 -Cs131072
 -Ch2097152
 -g-
 -p-
 -b-
#ENDIF

#IFDEF DEBUG
 -Tlinux
 -Sg
 -Cr
 -Ci
 -Co
 -OG
 -Op2
 -Ratt
 -Cs131072
 -Ch2097152
 -g
 -p-
 -b-
#ENDIF

#IFDEF RELEASE
 -Tlinux
 -Sg
 -O1
 -O2
 -OG
 -Op2
 -Ratt
 -Cs131072







More information about the fpc-pascal mailing list