Re: [fpc-pascal] Output program name -o

2005-09-29 Thread L505
> The trick didn't seem to work on fpc 2.0.0 ;-( > My mistake! now the trick -does- work when I shortened the output path a few characters.. It appears I have another problem now, with the path being truncated when it's too long... this other problem, the truncating, is not necessarily a FPC

Re: [fpc-pascal] Output program name -o

2005-09-29 Thread L505
> I haven't tried recently, but if I remember correctly, you can work > around it like this: > fpc /home/me/project1.pas -oNewName.cgi.notimportant > The trick didn't seem to work on fpc 2.0.0 ;-( I'm not sure if this is a linker (-k) resolvable issue, I looked up gnu ld linker on google to tr

Re: [fpc-pascal] Output program name -o

2005-09-29 Thread Vincent Snijders
L505 wrote: Hi! Is there a way to change the extension of the output executable? When compile with this example: fpc /home/me/project1.pas -oNewName.cgi The file is compiled as just "NewName" without the .cgi extension. I'm trying to get PSP/Fakelinux integrated tightly and it would be nic

[fpc-pascal] Output program name -o

2005-09-29 Thread L505
Hi! Is there a way to change the extension of the output executable? When compile with this example: fpc /home/me/project1.pas -oNewName.cgi The file is compiled as just "NewName" without the .cgi extension. I'm trying to get PSP/Fakelinux integrated tightly and it would be nice to output a