> 
> a bit shorter,
> 
> test -n "$1" && shift 1
> 
> what sort of shell do you use anyway? I think there
> will be some more problems.

Bourne shell ,of course  I think its a bad thing to write scripts using
/bin/sh and asume sh is bash.

And before anyone asks:

Yes, I dont like linux :)

> 
> > > cant open binary file crt.o
> 
> it can be something very stupid, do
> 
> strace -f gcc-command 2>1 | grep -i open
> 
> is the file actually readable?

yes its definitly readable..

/Michael

Reply via email to