[fpc-pascal] test suite, TEST_REMOTEOPT

2009-01-19 Thread Bernd Mueller
Hello, I could not pass the test suite option TEST_REMOTEOPT to the makefile. I tried TEST_REMOTEOPT=xxx and TEST_REMOTEOPT=xxx both did not work on Win32. I changed the makefile a bit and it works now for me. Don't know, if this is a proper patch: Index: tests/Makefile

Re: [fpc-pascal] Error: Assembler as not found, switching to external assembling

2009-01-19 Thread Ingemar Ragnemalm
Jonas Maebe jonas.ma...@elis.ugent.be wrote: On 31 Dec 2008, at 17:04, Giulio Bernardi wrote: Joost van der Sluis ha scritto: Op woensdag 31-12-2008 om 09:11 uur [tijdzone -0500], schreef César Espinoza: Error: Assembler as not found, switching to external assembling

Re: [fpc-pascal] Workaround for #0011837 (FPC = 2.2.2 with GTK = 2.13)

2009-01-19 Thread Vincent Snijders
Michalis Kamburelis schreef: In case someone wonders how to workaround this bug http://mantis.freepascal.org/view.php?id=11837 (occurs with GTK = 2.13.4, e.g. on Ubuntu 8.10 we have GTK 2.14): I found that the quick workaround that works is to pass --noinhibit-exec to ld, that is

[fpc-pascal] CPU affinity of TThread descendants

2009-01-19 Thread David W Noon
Hi, I am running FPC 2.3.1 under Linux 2.6.26 on a twin CPU AMD Athlon MP system. Whenever I instantiate multiple descendants of the TThread class, they all seem to run on the same CPU, which is the same CPU as the parent thread is running on. With 21 threads in the program, the system monitor

Re: [fpc-pascal] Workaround for #0011837 (FPC = 2.2.2 with GTK = 2.13)

2009-01-19 Thread Vincent Snijders
Giovanni Premuda schreef: Michalis Kamburelis wrote: In case someone wonders how to workaround this bug http://mantis.freepascal.org/view.php?id=11837 (occurs with GTK = 2.13.4, e.g. on Ubuntu 8.10 we have GTK 2.14): I found that the quick workaround that works is to pass --noinhibit-exec to

[fpc-pascal] compile/linker aborts

2009-01-19 Thread bobc1
This problem must be very basic, but the solution alludes me. I am writing a much larger program, but I have distilled the problem down to the following: OS: xp professional. Freepascal: 2.2.2 Using the IDE FPC Situation: a unit file: compiles ok.