[fpc-devel] link search order

2013-02-22 Thread Vittorio Giovara
Hi, I'm using fpc and trying to link it with a library, let's call it libfoo version 2. The problem I'm facing is that many people have libfoo 1.0 installed and that when linking, fpc takes libfoo 1.0 instead of the new libfoo 2.0. Of course this causes a link failure as I need many libfoo

[fpc-devel] Invalid floating point operation - roundto

2013-02-22 Thread tomek
Hi, I've problem with roundto function (fpc 2.6.0). s1,s2: extended; s1:=291.022; s2:=roundto(s1,-30); //TRoundToRange = -37..37; give me Invalid floating point operation. I see that roundto goes to single instead of extended. But why ? Thanks, Tomek

Re: [fpc-devel] link search order

2013-02-22 Thread Tomas Hajny
On Fri, February 22, 2013 10:59, Vittorio Giovara wrote: Hi, I'm using fpc and trying to link it with a library, let's call it libfoo version 2. The problem I'm facing is that many people have libfoo 1.0 installed and that when linking, fpc takes libfoo 1.0 instead of the new libfoo 2.0.

Re: [fpc-devel] Refr Bruhl

2013-02-22 Thread Florian Klaempfl
Am 22.02.2013 15:36, schrieb Refr Bruhl: http://wwwp2t Please do not click the link in this mail, it is probably malware/spam. I have set the moderation flag for Refr Bruhl. Sorry for any inconvenience caused by this. ___ fpc-devel maillist

Re: [fpc-devel] link search order

2013-02-22 Thread Vittorio Giovara
Hi, yes I was talking about linux. I didn't include much information because I didn't want to confuse people with details. In this branch of Hedgewars https://code.google.com/p/hedgewars/source/list?name=physfslayer we are using physfs library version 2.1.0. However many people out there have

Re: [fpc-devel] link search order

2013-02-22 Thread Tomas Hajny
On Fri, February 22, 2013 16:33, Vittorio Giovara wrote: Hi, yes I was talking about linux. I didn't include much information because I didn't want to confuse people with details. In this branch of Hedgewars https://code.google.com/p/hedgewars/source/list?name=physfslayer we are using

Re: [fpc-devel] link search order

2013-02-22 Thread Marco van de Voort
In our previous episode, Vittorio Giovara said: I'm using fpc and trying to link it with a library, let's call it libfoo version 2. The problem I'm facing is that many people have libfoo 1.0 installed and that when linking, fpc takes libfoo 1.0 instead of the new libfoo 2.0. Of course this