> > .global operatingsystem_parameter_envp
> > .global operatingsystem_parameter_argc
> > .global operatingsystem_parameter_argv
> > .set operatingsystem_parameter_envp,operatingsystem_parameters+0
> > .set operatingsystem_parameter_envp,operatingsystem_parameters+0
> > .set operatingsystem_parameter_envp,operatingsystem_parameters+0
> 
> I may be completely wrong, but the last three identical lines look 
> strange to me. I'd assume that either having it just once should be 
> OK, or that the latter two should be in fact different (in 
> particular, refer to argc and argv rather than envp and probably also 
> contain a different offset at the end).
> 
> Tomas

Hum, Tomas your advice is extremely clever...

Indeed, i just remark it now.

It seems more logical like this (if there must be 3 lines) :

.set operatingsystem_parameter_envp,operatingsystem_parameters+0
.set operatingsystem_parameter_argc,operatingsystem_parameters+0
.set operatingsystem_parameter_argv,operatingsystem_parameters+0

Other thing, to recompile fpc in freeBSD must i use gmake in place of make ?

Hum, a loooooooong night in perspective....

Wow to have noted it Tomas, thanks.

Write you (much) later.

Fred.                                     
_______________________________________________
fpc-devel maillist  -  [email protected]
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-devel

Reply via email to