This is the mail archive of the libffi-discuss@sourceware.org mailing list for the libffi project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: error message when building on minix


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
> 
> 
 		 	   		  


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]