[vorbis-dev] added check/define for int64_t

Jeff Squyres jsquyres at lsc.nd.edu
Wed Aug 30 00:24:23 PDT 2000



On Wed, 30 Aug 2000, Monty wrote:

> Implemented and committed your suggestions.  Give 'em a test.

Looks good -- everything seems to work (CC set to gcc, the
#include<sys/types.h>, passing in additional CFLAGS).

One quickie that I forgot to mention (I learned this the hard way) --
AC_PROG_CC likes to automatically set CFLAGS to "-g" if it isn't already
set (I'm not sure what autoconf's rationale is here).  Solaris cc
complains that -g conflicts with one of the meta options in -fast, for
example.

You might want to surround the call to AC_PROG_CC with:


----
cflags_save="$CFLAGS"
AC_PROG_CC
CFLAGS="$cflags_save"
----

This shouldn't be necessary, but it is.  :-\

{+} Jeff Squyres
{+} squyres at cse.nd.edu
{+} Perpetual Obsessive Notre Dame Student Craving Utter Madness
{+} "I came to ND for 4 years and ended up staying for a decade"

--- >8 ----
List archives:  http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'vorbis-dev-request at xiph.org'
containing only the word 'unsubscribe' in the body.  No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.




More information about the Vorbis-dev mailing list