Re: [fpc-pascal] DLL and Shared Libs in FPC

2006-08-07 Thread Leonardo M. Ram
Yes, i've been writing Dlls and shared libs from 2.0.0 --- Felipe Monteiro de Carvalho <[EMAIL PROTECTED]> wrote: > On 8/6/06, Jason P Sage <[EMAIL PROTECTED]> wrote: > > I have read some things here and there, but can anyone simply tell me if its > > now possible to write DLL's and Linux Shared

Re: [fpc-pascal] DLL and Shared Libs in FPC

2006-08-07 Thread Dominique Leducq
Felipe Monteiro de Carvalho a écrit : On 8/6/06, Jason P Sage <[EMAIL PROTECTED]> wrote: I have read some things here and there, but can anyone simply tell me if its now possible to write DLL's and Linux Shared Libraries with FPC now? I think this has being supported for a long time now. At l

Re: [fpc-pascal] DLL and Shared Libs in FPC

2006-08-07 Thread Micha Nelissen
Jason P Sage wrote: > I have read some things here and there, but can anyone simply tell me if its > now possible to write DLL's and Linux Shared Libraries with FPC now? > > The last time I approached this topic, it was unsupported, and was still not > really something that was ready for prime tim

[fpc-pascal] su (switch user) application

2006-08-07 Thread Johannes Nohl
Does anyone know how to write a program which can change its user privileges on runtime? Like the suexec wrapper of apache? Thanks for help... ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-p

Re: [fpc-pascal] su (switch user) application

2006-08-07 Thread Michael Van Canneyt
On Mon, 7 Aug 2006, Johannes Nohl wrote: Does anyone know how to write a program which can change its user privileges on runtime? Like the suexec wrapper of apache? Thanks for help... This is not possible unless it runs as root. (which can be forced by setting the executable file setuid ro

Re: [fpc-pascal] DLL and Shared Libs in FPC

2006-08-07 Thread Peter Vreman
>> I think this has being supported for a long time now. At least FPC >> 2.0.2 can build libraries without any problems. > I tried that with FPC 2.0.2 too, and it worked fine for win32 and > linux-i386 (32 bits), but not for linux-x86_64, there was a problem with > generating PIC (Position Independ