Re: [fpc-pascal] Linux Linking Error solved

2007-06-04 Thread Rick Seiden
-rwxr-xr-x 1 root root 444104 2006-06-08 04:09 ld You would think that would allow me to execute it as a normal user. The only thing I shouldn't be able to do as non-root, non-root-group member is write it, but... I was going to copy and paste the output to prove that it didn't do it, but

Re: [fpc-pascal] Linux Linking Error solved

2007-06-04 Thread Micha Nelissen
Rick Seiden wrote: > I emailed yesterday about an error when compiling in Linux. The error I > received was "Error while linking." > > I figured out that the permissions on /usr/bin/ld is set to root, and > I'm logged in as a different user. When I sudo fp to start Free Pascal, > I am able to co

[fpc-pascal] Linux Linking Error solved

2007-06-04 Thread Rick Seiden
I emailed yesterday about an error when compiling in Linux. The error I received was "Error while linking." I figured out that the permissions on /usr/bin/ld is set to root, and I'm logged in as a different user. When I sudo fp to start Free Pascal, I am able to compile without a problem.

Re: [fpc-pascal] Linux Linking Error]

2007-06-04 Thread Rick Seiden
(I sent this earlier today, but haven't seen it on the list. It's been over 5 hours, so I'm resending. I'm sorry if you end up getting both!) From the FPC IDE. I have not installed Lazarus at this point. I'm not sure how to compile from the command line. I'm sorry, I'm a lame Windows perso

Re: [fpc-pascal] Linux Linking Error

2007-06-03 Thread Michael Van Canneyt
On Sun, 3 Jun 2007, Rick Seiden wrote: > Using Ubuntu 6.10 under VMWare, I get an error when I try to compile any > program. The error is not real descriptive, and isn't really helpful. It > puts the error at the last line (end.) in the first column, and all it says is > Error while linking.

[fpc-pascal] Linux Linking Error

2007-06-03 Thread Rick Seiden
Using Ubuntu 6.10 under VMWare, I get an error when I try to compile any program. The error is not real descriptive, and isn't really helpful. It puts the error at the last line (end.) in the first column, and all it says is Error while linking. I've googled, and it doesn't look to be a 32bi