public inbox for libffi-discuss@sourceware.org
 help / color / mirror / Atom feed
* error message when building on minix
@ 2011-04-30 18:10 Roelof Wobben
  2011-04-30 20:45 ` Dave Yeo
  0 siblings, 1 reply; 3+ messages in thread
From: Roelof Wobben @ 2011-04-30 18:10 UTC (permalink / raw)
  To: libffi-discuss


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 ?

Roelof 		 	   		  

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: error message when building on minix
  2011-04-30 18:10 error message when building on minix Roelof Wobben
@ 2011-04-30 20:45 ` Dave Yeo
  2011-05-01 10:28   ` Roelof Wobben
  0 siblings, 1 reply; 3+ messages in thread
From: Dave Yeo @ 2011-04-30 20:45 UTC (permalink / raw)
  To: libffi-discuss

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


^ permalink raw reply	[flat|nested] 3+ messages in thread

* RE: error message when building on minix
  2011-04-30 20:45 ` Dave Yeo
@ 2011-05-01 10:28   ` Roelof Wobben
  0 siblings, 0 replies; 3+ messages in thread
From: Roelof Wobben @ 2011-05-01 10:28 UTC (permalink / raw)
  To: libffi-discuss


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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-05-01 10:28 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-04-30 18:10 error message when building on minix Roelof Wobben
2011-04-30 20:45 ` Dave Yeo
2011-05-01 10:28   ` Roelof Wobben

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).