error message when building on minix

Roelof Wobben rwobben@hotmail.com
Sun May 1 10:28:00 GMT 2011


Hello, 

The right solution was to wrap it into a #ifdef __MINIX__ line.

Thanks for the help.

Roelof

> Date: Sat, 30 Apr 2011 13:45:17 -0700
> From: dave.r.yeo@gmail.com
> To: libffi-discuss@sourceware.org
> Subject: Re: error message when building on minix
> 
> On 04/30/11 11:09 am, Roelof Wobben wrote:
> >
> > Hello,
> >
> > When I try to compile libffi from source on minix 1.3.9 I see this message :
> >
> > src/x86/sysV.S: 328 Error : unknown pseudo-op ' .section'.
> >
> > Anyone a idea how to solve this problem ?
> 
> Wrap it in a #ifndef __MINIX__ (or whatever the correct define for minix 
> is. See src/x86/win32.S around line #902 where we did similar for OS/2.
> Dave
> 
> 
 		 	   		  



More information about the Libffi-discuss mailing list