> Ludo, in your instructions for Intel you've got an FPC= shell 
> variable: 
> should that be PPC=?
> 

FPC= is a synonym of PP=, no?

> I think we might need to point out that  export  is a Bashism.
> 

It is posix (http://www.unix.com/man-page/POSIX/1posix/export/). You're
right sh in Oracle doesn't support the 'export name=value' syntax. It needs
a 'set name=value' and then a 'export name'.

Ludo  


--
_______________________________________________
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to