> I just tried under OpenSolaris. There was some compiler 
> errors. Basically some {IFDEF Linux} I had to change to 
> {IFDEF unix} when appropriate. It then managed to compile 
> MSEide, but the linking failed due to the usage of iconv. I 
> then tried to manually install GNU libiconv but that didn't 
> work either. Lots of 'undefined symbol' errors.  I tried to 
> remove code referencing iconv or cwstring units, but that did 
> not solve anything, just brought on more problems. That's
> when I called it a day.   Back to work I go. :)
> 
> 
> -- 
> Regards,
>   - Graeme -
> 

Mselibc.pas contains linux system constants and structures which are quite
different for solaris (ioctrl, error, locale, pthread, ...). So even when it
links it won't run very far.

Ludo


_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to