[Lazarus] WebDataProvider's Factory Support
Leonardo M. Ramé
l.rame at griensu.com
Sun Oct 24 19:35:40 CEST 2010
Le 24/10/2010 12:01, patspiper a écrit :
> On 10/24/2010 11:14 AM, Thierry B. wrote:
>>
>> For ppc386 i don't know, it's trange as fpc should detect your platform
>> and use the right compiler. Here is what I use in one Lazarus setup :
>>
>>
> The platform should be detected indeed. However how will it find out
> which ppc386 to use (each FPC version has a ppc386)?
>
> --
It will only use those in the same directory as the fpc you set in
Lazarus "Compiler path". Following my previous post as I set :
Compiler path :
/home/thierrybo/Sys/local/opt/fpc/2.4.3/bin/fpc
it will look only in Compiler path :
/home/thierrybo/Sys/local/opt/fpc/2.4.3/bin/
Again, this works only if you use Lazarus to build all your freepascal
programs, and have no fpc stuff in my path :
PATH=/home/thierrybo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/opt/lampp/bin
Thierry B.
More information about the Lazarus
mailing list