[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: building appcheck requires C99



Another:

gcc -c -o sys_msg_h.o sys_msg_h.c -D_GNU_SOURCE

msgbuf is __USE_GNU only.

Matt

On Thu, Mar 01, 2001 at 01:14:26PM -0500, Stuart Anderson wrote:
> 
> 
> Interesting. I haven't had to do this, but I'm not running as recent a
> version os the OS. This must be a recent 'feature'.
> 
> Btw, inttypes_h.c is part of devchk and not appchk. Still a problem either way.
> 
> Should we remove this interface, or do we have to mandate that this command
> line option as part of the how to build lsb apps stuff?
> 
> On Thu, 1 Mar 2001, Matt Wilson wrote:
> 
> > since lldiv is a part of the C99 spec, current glibc only defines it
> > if running in a C99 environment.  I have to build inttypes_h.c as:
> > 
> > gcc -std=iso9899:1999 -c -o inttypes_h.o inttypes_h.c
> 
> 
> 
>                                 Stuart
> 
> Stuart R. Anderson                               anderson@metrolink.com
> 
> Metro Link Incorporated                          South Carolina Office
> 5807 North Andrews Way                           129 Secret Cove Drive
> Fort Lauderdale, Florida 33309                   Lexington, SC 29072
> voice: 954.660.2500                              voice: 803.951.3630
> http://www.metrolink.com/                        XFree86 Core Team
> Creative Applications Lab Chair - SIGGRAPH 2001
> 
> 
> -- 
> To UNSUBSCRIBE, email to lsb-discuss-request@lists.linuxbase.org
> with subject of "unsubscribe". Trouble? Email listmaster@lists.linuxbase.org



Reply to: