Re: [fpc-pascal] Access violation during compilation and linking

2009-03-12 Thread C Western
Jonas Maebe wrote: Roland Turcan wrote on do, 12 mrt 2009: <<< 12.3.2009 10:09 - Jonas Maebe "jonas.ma...@elis.ugent.be" >>> JM> Roland Turcan wrote on do, 12 mrt 2009: Can I build FPC with debug information to get more details where the exception occured and not to get only addresses from st

Re: Re[2]: [fpc-pascal] Access violation during compilation and linking

2009-03-12 Thread Tomas Hajny
On Thu, March 12, 2009 12:51, Jonas Maebe wrote: > Roland Turcan wrote on do, 12 mrt 2009: . . >> I have longer time a difficulty to solve this message when I try to >> build fpc with "sudo make clean all": >> >> Makefile:2279: *** No libgdb.a found, supply NOGDB=1 to disable >> debugger support.

Re: Re[2]: [fpc-pascal] Access violation during compilation and linking

2009-03-12 Thread Tomas Hajny
On Thu, March 12, 2009 12:17, Roland Turcan wrote: > <<< 12.3.2009 10:09 - Jonas Maebe "jonas.ma...@elis.ugent.be" >>> > JM> Roland Turcan wrote on do, 12 mrt 2009: > >>> It often happens to me, that during compilation FPC raises an >>> exception and often is enough just to clean up directories whe

Re: Re[2]: [fpc-pascal] Access violation during compilation and linking

2009-03-12 Thread Jonas Maebe
Roland Turcan wrote on do, 12 mrt 2009: <<< 12.3.2009 10:09 - Jonas Maebe "jonas.ma...@elis.ugent.be" >>> JM> Roland Turcan wrote on do, 12 mrt 2009: Can I build FPC with debug information to get more details where the exception occured and not to get only addresses from stack, but nothing mor

Re[2]: [fpc-pascal] Access violation during compilation and linking

2009-03-12 Thread Roland Turcan
Hello Jonas, At first, thank you for your reply. <<< 12.3.2009 10:09 - Jonas Maebe "jonas.ma...@elis.ugent.be" >>> JM> Roland Turcan wrote on do, 12 mrt 2009: >> It often happens to me, that during compilation FPC raises an >> exception and often is enough just to clean up directories where are

Re: [fpc-pascal] Access violation during compilation and linking

2009-03-12 Thread Jonas Maebe
Roland Turcan wrote on do, 12 mrt 2009: It often happens to me, that during compilation FPC raises an exception and often is enough just to clean up directories where are *.o and *.ppu located. Sometimes it depends also on a problem in my code, but it is very difficult to distinguish where the p

[fpc-pascal] Access violation during compilation and linking

2009-03-12 Thread Roland Turcan
Hello all, It often happens to me, that during compilation FPC raises an exception and often is enough just to clean up directories where are *.o and *.ppu located. Sometimes it depends also on a problem in my code, but it is very difficult to distinguish where the problem is. Can I build FPC wit