[fpc-devel] Compilation error using FPC 2.2.2 on iMac PowerPC...

2009-04-13 Thread dominique
stops. That same SVN code compiles without any issues on the Intel MacBook and you don't get the Absolute segment assumed messages either. Would I be right in thinking that if I can get fpc and the rest of the rtl compiling under 10.3.9, that my app shoud then compile correctly? Thanks, Dominique

Re: [fpc-devel] Setting the compiler to always use gas

2007-03-16 Thread Leducq Dominique
with the x86_64 compiler. If it does, you can put that setting into your config file to use it by default. Dominique Leducq. ___ fpc-devel maillist - fpc-devel@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-devel

Re: [fpc-devel] Linking to C++

2007-01-23 Thread Dominique Leducq
is extensive and well written, with lot of examples. Dominique Leducq ___ fpc-devel maillist - fpc-devel@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-devel

[fpc-devel] calls to Fpc-made library from C not thread-safe

2006-11-30 Thread Dominique Leducq
. And symetrically, a function to be called after any other library call in the thread, which flushes the input/output streams and calls CurrentTM.ReleaseThreadVars. Does that sound correct? Dominique ___ fpc-devel maillist - fpc-devel

Re: [fpc-devel] calls to Fpc-made library from C not thread-safe

2006-11-30 Thread Dominique Leducq
On Thu, 30 Nov 2006 10:11:17 +0100 (CET) Michael Van Canneyt [EMAIL PROTECTED] wrote: On Thu, 30 Nov 2006, Dominique Leducq wrote: Hi, I have a library compiled with Fpc, used from C/C++ programs. When these C programs call functions of the library from different threads

Re: [fpc-devel] calls to Fpc-made library from C not thread-safe

2006-11-30 Thread Dominique Leducq
Ooops. Did a 'reply to list', but that didn't work. Try again... On Thu, 30 Nov 2006 10:48:58 +0100 (CET) Michael Van Canneyt [EMAIL PROTECTED] wrote: On Thu, 30 Nov 2006, Dominique Leducq wrote: On Thu, 30 Nov 2006 10:11:17 +0100 (CET) Michael Van Canneyt [EMAIL PROTECTED] wrote

Re: [fpc-devel] calls to Fpc-made library from C not thread-safe

2006-11-30 Thread Dominique Leducq
? Dominique Hi I'm in similar situation under Mac OS X. I have to create dummy thread when library loaded and then to use such functions in additional threads: procedure thread_init; var TM: TThreadManager; begin GetThreadManager(TM); TM.AllocateThreadVars; InitThread

Re: [fpc-devel] Efficient way to inc loop over hexadecimal values

2006-11-22 Thread Dominique Leducq
ik a écrit : Hi List, I have two cardinal numbers that represent ranges. The 10 base value of that two variables are useless and far from having any meaning for my needs.However the hexa number does have meaning after I'm changing the network order (aka big endian). I can think on many non

Re: [fpc-devel] Efficient way to inc loop over hexadecimal values

2006-11-22 Thread Dominique Leducq
On Wed, 22 Nov 2006 16:56:04 +0200 ik [EMAIL PROTECTED] wrote: On 11/22/06, Vincent Snijders [EMAIL PROTECTED] wrote: ik schreef: On 11/22/06, Dominique Leducq [EMAIL PROTECTED] wrote: ik a écrit : Hi List, I have two cardinal numbers that represent ranges. The 10

Re: [fpc-devel] PIC support for x86_64

2006-10-02 Thread Dominique Leducq
Florian Klaempfl a écrit : Dominique Leducq wrote: Could someone please tell me about the status of PIC support for x86_64 in FPC ? Is it supported in fpc 2.0.4 ? Is it supposed to work in 2.1.1 ? If yes, which revision(s) ? If no, will it be any time soon ? It is supposed to work

[fpc-devel] PIC support for x86_64

2006-09-21 Thread Dominique Leducq
PIC to link a shared library for x86_64. So I need to know quite rapidly about that matter, in order to take appropriate decisions. Thanks for your answers, Dominique Leducq ___ fpc-devel maillist - fpc-devel@lists.freepascal.org http

[fpc-devel] PIC code generation with x86_64 with current fpc 2.1.1

2006-09-18 Thread Leducq Dominique
to them with an appropriate -Fu). I don't know if that was supposed to work, too. Dominique Leducq. ___ fpc-devel maillist - fpc-devel@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-devel

Re: [fpc-devel] Re: [fpc-pascal] line numbers in valgrind output ?

2006-09-11 Thread Leducq Dominique
Le Samedi 9 Septembre 2006 12:37, Florian Klaempfl a écrit : Florian Klaempfl schrieb: Now I remember :) valgrind doesn't support all x86_64 instructions :( Well, I just checked change logs, you need at least 3.1.0 Right, with 3.2.0 it runs without problems, just not taking debug info into

[fpc-devel] Re: [fpc-pascal] line numbers in valgrind output ?

2006-09-08 Thread Dominique Leducq
Florian Klaempfl a écrit : Leducq Dominique wrote: Le Vendredi 8 Septembre 2006 12:06, Peter Vreman a écrit : Le Jeudi 7 Septembre 2006 20:42, Peter Vreman a écrit : I can't figure out how to get source code filename line numbers in Valgrind output. What is the correct flags

Re: [fpc-devel] Problems linking FPC-built library into C program on linux x86_64

2006-05-24 Thread Dominique Leducq
On Wed, 24 May 2006 11:49:03 +0200 (CEST) Michael Van Canneyt [EMAIL PROTECTED] wrote: On Wed, 24 May 2006, Dominique Leducq wrote: Hi again, I still don't succeed in linking Free Pascal compiled code with a C program. When linking with the shared library built by fpc, I have

Re: [fpc-devel] Problems linking FPC-built library into C program on linux x86_64

2006-05-24 Thread Dominique Leducq
On Wed, 24 May 2006 15:40:27 +0200 Dominique Leducq [EMAIL PROTECTED] wrote: On Wed, 24 May 2006 11:49:03 +0200 (CEST) Michael Van Canneyt [EMAIL PROTECTED] wrote: On Wed, 24 May 2006, Dominique Leducq wrote: Hi again, I still don't succeed in linking Free Pascal compiled

Re: [fpc-devel] Problems linking FPC-built library into C program on linux x86_64

2006-05-24 Thread Dominique Leducq
, get_caller_frame, get_caller_addr, break_error... when debugging, following calls to write_text_pchar_as_array and IOcheck Add a call to FPC_INITIALIZEUNITS before calling any FPC routines, and it should work fine. Michael. It works, thanks ! Dominique

RE: [fpc-devel] shared libraries on x86_64 Linux ?

2006-05-23 Thread Dominique Leducq
-Message d'origine- De : Florian Klaempfl [mailto:[EMAIL PROTECTED] Envoyé : lundi 22 mai 2006 19:56 À : [EMAIL PROTECTED]; FPC developers' list Objet : Re: [fpc-devel] shared libraries on x86_64 Linux ? Dominique Leducq wrote: Hello, I'm new to this list (and to Free

Re: [fpc-devel] shared libraries on x86_64 Linux ?

2006-05-23 Thread Dominique Leducq
On Tue, 23 May 2006 08:29:00 +0200 Dominique Leducq [EMAIL PROTECTED] wrote: Well, I already tried that with 2.0.2 : make rtl OPT=-Cg (is that right ?), but it didn't work (yes, I checked that the right system unit was used by the linker) I will try again with 2.1.1 So it works with 2.1.1

[fpc-devel] shared libraries on x86_64 Linux ?

2006-05-22 Thread Dominique Leducq
on the matter. I'm quite willing to help, but would appreciate a little help... Thanks a lot, Dominique Leducq ___ fpc-devel maillist - fpc-devel@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-devel