RE: [fpc-pascal] Build FP Ide with GDB support

2007-01-04 Thread Lee, John
You can find all fpc versions versions of the libgdb*.zips (they contain all the .a files needed) on the freepascal ftp site /contribs/libgdb/... The ones used for v2.0.4 were mostly v6.2.1 & probably for linux eg for windows IIRC. You have to unzip the appropriate libgdb into the appropriate di

Re: [fpc-pascal] Build FP Ide with GDB support

2007-01-04 Thread Daniël Mantione
Op Thu, 4 Jan 2007, schreef Daniël Mantione: > Op Thu, 4 Jan 2007, schreef Jan Jelowicki: > > glibc-2.3.2-27.9.7.2.legacy > > gdb-5.3post-0.20021129.18 I forgot: GDB 5.3 won't do it. You need to compile a 6.x gdb. Daniël___ fpc-pascal maillist - fp

Re: [fpc-pascal] Build FP Ide with GDB support

2007-01-04 Thread Daniël Mantione
Op Thu, 4 Jan 2007, schreef Jan Jelowicki: > Hi to all, > > The freepascal IDE included in standard 2.0.4 RPM has no debugger > support. That is bad... But it will enable you to run the IDE indeed, because without GDB, the IDE does not use libc. > There are also *.tgz binaries in FreePasca

[fpc-pascal] Build FP Ide with GDB support

2007-01-04 Thread Jan Jelowicki
Hi to all, The freepascal IDE included in standard 2.0.4 RPM has no debugger support. There are also *.tgz binaries in FreePascal repositories, and they contain GDB-enabled fp executable. Unfortunately, one of the machines I would like do use for debugging is too old for that binaries -- it i