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


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]