Re: [fpc-pascal] building source package with fpcmake without installing

2007-07-31 Thread Marc Santhoff
Am Dienstag, den 31.07.2007, 21:36 +0200 schrieb Jonas Maebe: > On 31 Jul 2007, at 21:28, Marc Santhoff wrote: > > >> You can install to any location you want using > >> > >> make install INSTALL_PREFIX=x/usr/local > >> > >> tar will throw away leading slashes anyway, so it doesn't matter from > >

Re: [fpc-pascal] building source package with fpcmake without installing

2007-07-31 Thread Jonas Maebe
On 31 Jul 2007, at 21:28, Marc Santhoff wrote: You can install to any location you want using make install INSTALL_PREFIX=x/usr/local tar will throw away leading slashes anyway, so it doesn't matter from where you zip/tar everything. That doesn't work since the prefix is set in the Makefile

Re: [fpc-pascal] building source package with fpcmake without installing

2007-07-31 Thread Marc Santhoff
Am Dienstag, den 31.07.2007, 09:53 +0200 schrieb Jonas Maebe: > On 31 Jul 2007, at 00:39, Marc Santhoff wrote: > > > how can fpcmake be driven to only tar and gzip up the sources of it's > > project *without* installing to the system running on first? > > > > Not any developer has or should have w

[fpc-pascal] Debugging on Windows

2007-07-31 Thread Adriaan van Os
I am investigating debugging options on Windows, other than gdb (or Lazarus). For example, is it possible to produce with fpc a symbol format that WinDbg or OllyDbg can read, either directly or through a WinDbg or OllyDbg plugin ? Or are there tools to convert from one debugging format to anothe

Re: [fpc-pascal] Warning: gc-sections option ignored

2007-07-31 Thread Jonas Maebe
On 31 Jul 2007, at 14:13, Carsten Bager wrote: I get this warning when compiling a project. It compiles fine with the 213 compiler Could this be a problem with the new compiler? You probably simply need a newer version of ld. Jonas ___ fpc-pascal

[fpc-pascal] Warning: gc-sections option ignored

2007-07-31 Thread Carsten Bager
I get this warning when compiling a project. It compiles fine with the 213 compiler Could this be a problem with the new compiler? Carsten Free Pascal Compiler version 2.1.4 [2007/06/08] for arm Copyright (c) 1993-2007 by Florian Klaempfl Target OS: Linux for ARM /Fpc/ArmBin/ld: Warning: gc-se

Re: [fpc-pascal] building source package with fpcmake without installing

2007-07-31 Thread Jonas Maebe
On 31 Jul 2007, at 00:39, Marc Santhoff wrote: how can fpcmake be driven to only tar and gzip up the sources of it's project *without* installing to the system running on first? Not any developer has or should have write access to /usr/local/share/* ... You can install to any location you wa