Re: [fpc-pascal] FPC only 32 bits?

2007-06-06 Thread Marco van de Voort
> On Wednesday 06 June 2007 18:26:15 Francisco Reyes wrote: > > Henry Vermaak writes: > > > also make sure that the compiler can find > > > your binutils (put it on the path). > > > > I don't see a directory by that name. Is the directory called something > > other than binutils? > > I don't thin

Re: [fpc-pascal] FPC only 32 bits?

2007-06-06 Thread Pete Cervasio
On Wednesday 06 June 2007 18:26:15 Francisco Reyes wrote: > Henry Vermaak writes: > > also make sure that the compiler can find > > your binutils (put it on the path). > > I don't see a directory by that name. Is the directory called something > other than binutils? I don't think I can help with

Re: [fpc-pascal] FPC only 32 bits?

2007-06-06 Thread Francisco Reyes
Henry Vermaak writes: you will also want to tell ppcrossx64 what your binutils prefix is by using -XPx86_64-freebsd-. also make sure that the compiler can find your binutils (put it on the path). Based on some searching it seems I need to build the rtl in the AMD64 machine. After some inspec

Re: [fpc-pascal] FPC only 32 bits?

2007-06-06 Thread Francisco Reyes
Henry Vermaak writes: usually fpc.cfg is configured to find the units, but because you installed the compiled units in a different folder, you will need to either change fpc.cfg How do I tell the compiler where to look for the fpc.cfg? I copied the fpc.cfg from my i386 machine, made the change

Re: [fpc-pascal] FPC only 32 bits?

2007-06-06 Thread Francisco Reyes
Henry Vermaak writes: either change fpc.cfg, or pass the options to ppcrossx64. the relevant lines in fpc.cfg are: Where do I put that file? I only see one file in /usr/local/etc that was installed from the port. The other 2 I see are in fpcbuild instead of the fpc directory. Do I create the

Re: [fpc-pascal] FPC only 32 bits?

2007-06-06 Thread Francisco Reyes
Henry Vermaak writes: -Fu/usr/lib/fpc/$fpcversion/units/$fpctarget -Fu/usr/lib/fpc/$fpcversion/units/$fpctarget/* -Fu/usr/lib/fpc/$fpcversion/units/$fpctarget/rtl To which directory do I point it to? find . -name "crt*" shows me that the only compiled rtl are in rtl/units/i386-freebsd Was the

Re: [fpc-pascal] CGI upload app

2007-06-06 Thread Darius Blaszijk
Thanks to all for their help. For now I will stick to psp because I need it to work with 2.0.4. Darius Michael Van Canneyt wrote: On Tue, 5 Jun 2007, Darius Blaszijk wrote: Hi I would like to upload a file through a web page. How can I do this using FPC? Is there any example available?

Re: [fpc-pascal] CGI upload app

2007-06-06 Thread Burkhard Carstens
Am Mittwoch, 6. Juni 2007 18:07 schrieb Michael Van Canneyt: > On Wed, 6 Jun 2007, Burkhard Carstens wrote: > > Am Dienstag, 5. Juni 2007 22:21 schrieb Michael Van Canneyt: > > > On Tue, 5 Jun 2007, Darius Blaszijk wrote: > > > > Hi I would like to upload a file through a web page. How can I > > >

Re: [fpc-pascal] CGI upload app

2007-06-06 Thread Michael Van Canneyt
On Wed, 6 Jun 2007, Burkhard Carstens wrote: > Am Dienstag, 5. Juni 2007 22:21 schrieb Michael Van Canneyt: > > On Tue, 5 Jun 2007, Darius Blaszijk wrote: > > > Hi I would like to upload a file through a web page. How can I do > > > this using FPC? Is there any example available? > > > > The fpw

Re: [fpc-pascal] CGI upload app

2007-06-06 Thread Burkhard Carstens
Am Dienstag, 5. Juni 2007 22:21 schrieb Michael Van Canneyt: > On Tue, 5 Jun 2007, Darius Blaszijk wrote: > > Hi I would like to upload a file through a web page. How can I do > > this using FPC? Is there any example available? > > The fpweb or cgiapp components can do this for you. The README.TXT

Re: [fpc-pascal] FPC Linux Developers wanted

2007-06-06 Thread Florian Klaempfl
Graeme Geldenhuys schrieb: > On 06/06/07, Florian Klaempfl <[EMAIL PROTECTED]> wrote: >> >> Why shouldn't it be allowed? It's FPC related and job offers always show >> that FPC is mature ;) > > :-) True, but some mailing list don't like job posts. Well, if you look for a cleaning lady or if the

Re: [fpc-pascal] FPC Linux Developers wanted

2007-06-06 Thread Graeme Geldenhuys
On 06/06/07, Florian Klaempfl <[EMAIL PROTECTED]> wrote: Why shouldn't it be allowed? It's FPC related and job offers always show that FPC is mature ;) :-) True, but some mailing list don't like job posts. -- Graeme Geldenhuys "General error, hit any user to continue." ___

Re: [fpc-pascal] FPC Linux Developers wanted

2007-06-06 Thread Florian Klaempfl
Graeme Geldenhuys schrieb: > Hi everybody, > > I'm not sure if I'm allowed to post this here If not, I will not > do it again! Why shouldn't it be allowed? It's FPC related and job offers always show that FPC is mature ;) ___ fpc-pascal maillist -

[fpc-pascal] FPC Linux Developers wanted

2007-06-06 Thread Graeme Geldenhuys
Hi everybody, I'm not sure if I'm allowed to post this here If not, I will not do it again! I have a friend in the UK that needs some FPC Linux developers. They prefer UK-based (boss is really not keen on remote working) developers, but might accept remote working at a pinch if nothing else

Re: [fpc-pascal] CGI upload app

2007-06-06 Thread Michael Van Canneyt
On Wed, 6 Jun 2007, Joao Morais wrote: > Michael Van Canneyt wrote: > > > > On Wed, 6 Jun 2007, Burkhard Carstens wrote: > > > > > Am Dienstag, 5. Juni 2007 22:21 schrieb Michael Van Canneyt: > > > > On Tue, 5 Jun 2007, Darius Blaszijk wrote: > > > > > Hi I would like to upload a file through

Re: [fpc-pascal] CGI upload app

2007-06-06 Thread Joao Morais
Michael Van Canneyt wrote: On Wed, 6 Jun 2007, Burkhard Carstens wrote: Am Dienstag, 5. Juni 2007 22:21 schrieb Michael Van Canneyt: On Tue, 5 Jun 2007, Darius Blaszijk wrote: Hi I would like to upload a file through a web page. How can I do this using FPC? Is there any example available? T

Re: [fpc-pascal] CGI upload app

2007-06-06 Thread Burkhard Carstens
Am Mittwoch, 6. Juni 2007 14:38 schrieb Michael Van Canneyt: > On Wed, 6 Jun 2007, Burkhard Carstens wrote: > > Am Dienstag, 5. Juni 2007 22:21 schrieb Michael Van Canneyt: > > > On Tue, 5 Jun 2007, Darius Blaszijk wrote: > > > > Hi I would like to upload a file through a web page. How can I > > >

Re: [fpc-pascal] CGI upload app

2007-06-06 Thread Michael Van Canneyt
On Wed, 6 Jun 2007, Burkhard Carstens wrote: > Am Dienstag, 5. Juni 2007 22:21 schrieb Michael Van Canneyt: > > On Tue, 5 Jun 2007, Darius Blaszijk wrote: > > > Hi I would like to upload a file through a web page. How can I do > > > this using FPC? Is there any example available? > > > > The fpw

Re: [fpc-pascal] CGI upload app

2007-06-06 Thread Burkhard Carstens
Am Dienstag, 5. Juni 2007 22:21 schrieb Michael Van Canneyt: > On Tue, 5 Jun 2007, Darius Blaszijk wrote: > > Hi I would like to upload a file through a web page. How can I do > > this using FPC? Is there any example available? > > The fpweb or cgiapp components can do this for you. Michael, is th

Re: [fpc-pascal] FPC only 32 bits?

2007-06-06 Thread Henry Vermaak
On 06/06/07, Francisco Reyes <[EMAIL PROTECTED]> wrote: How do I tell it where to look for the rtl units? Tried compiling a simple progrma like: compiler/ppcrossx64 -Xr rtl/ programs/crtxy.pp usually fpc.cfg is configured to find the units, but because you installed the compiled units in a di