error message when building on minix
Dave Yeo
dave.r.yeo@gmail.com
Sat Apr 30 20:45:00 GMT 2011
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