[vorbis] Configure problems

.joj jj201 at telia.com
Thu Mar 13 13:17:51 PST 2003



The problem is that it can't check for "size of short" when cross compiling.

It needs it for the makefile:

DEFS =  -DPACKAGE=\"libogg\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1
-DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=4 -DSIZEOF_LONG_LONG=8  -I. -I$(srcdir) 

I guess I could use my makefiles from m68k and change these values but I have
no idea what they should be for PPC 604e or if it would work.

This is from my m68k native compiler:

creating libtool
checking for ANSI C header files... yes
checking for working const... yes
checking for int16_t... yes
checking for int32_t... yes
checking for uint32_t... no
checking for u_int32_t... yes
checking for int64_t... yes
checking size of short... 2
checking size of int... 4
checking size of long... 4
checking size of long long... 8
checking for 8-bit clean memcmp... yes
updating cache ./config.cache
creating ./config.status
creating Makefile
creating src/Makefile
creating doc/Makefile
creating doc/ogg/Makefile
creating include/Makefile
creating include/ogg/Makefile
creating include/ogg/config_types.h
creating win32/Makefile
creating debian/Makefile

<p>--- >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-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 mailing list