[fpc-devel] Problem when doing a make -C ide install on macosx
Schindler Karl-Michael
karl-michael.schindler at physik.uni-halle.de
Fri Dec 15 15:58:02 CET 2006
Hi
There is no libgdb support for macosx yet. but make or make nodbg
produces a usable ide.
However, make install issues a
$(MAKE) -C ../packages/base/gdbint
which fails with
libgdb.a not found, using default GDB GDB_V6
/usr/local/bin/ppc386 -Fu../../../rtl/units/i386-darwin -Fl../../../
libgdb/darwin -Fo../../../libgdb/darwin -FE. -FUunits/i386-darwin -
di386 -dGDB_V6 gdbint.pp
gdbint.pp(191,4) Fatal: User defined: This OS is not yet supported !!!
Fatal: Compilation aborted
make: *** [gdbint.ppu] Error 1
the above line was added to Makefile.fpc in revission 5504l.
Maybe there is a way to pass nogdb and install, but I could not
figure it out.
Happy coding - Michael
More information about the fpc-devel
mailing list