[MPlayer-dev-eng] --enable-static broken under OS X ?

eldjodjo eldjodjo at ifrance.com
Wed Dec 3 23:39:21 CET 2003


Hi all,

another issue for OS X users.

When I do ./configure --enable-static , it doesn't find "inttypes.h"


here's my log :

============ Checking for inttypes.h (required) ============

#include <inttypes.h>
int main(void) { return 0; }

cc   -static  /tmp/mplayer-conf-19842-8241.c -o 
/tmp/mplayer-conf-24922-8241.o
ld: can't locate file for: -lcrt0.o

ldd /tmp/mplayer-conf-24922-8241.o
otool: can't open file: /tmp/mplayer-conf-24922-8241.o (No such file or 
directory)

Result is: no
##########################################

============ Checking for bitypes.h (inttypes.h predecessor) 
============

#include <sys/bitypes.h>
int main(void) { return 0; }

cc   -static  /tmp/mplayer-conf-19842-8241.c -o 
/tmp/mplayer-conf-24922-8241.o
/tmp/mplayer-conf-19842-8241.c:1:25: sys/bitypes.h: No such file or 
directory

ldd /tmp/mplayer-conf-24922-8241.o
otool: can't open file: /tmp/mplayer-conf-24922-8241.o (No such file or 
directory)






BUT, when I do only ./configure, it finds it !


here's my log :



============ Checking for inttypes.h (required) ============

#include <inttypes.h>
int main(void) { return 0; }

cc     /tmp/mplayer-conf-10639-6966.c -o /tmp/mplayer-conf-23997-6966.o

ldd /tmp/mplayer-conf-23997-6966.o
/tmp/mplayer-conf-23997-6966.o:
	/usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current 
version 71.0.0)

Result is: yes
##########################################

============ Checking for int_fastXY_t in inttypes.h ============

#include <inttypes.h>
int main(void) {
volatile int_fast16_t v= 0;
return v; }

cc     /tmp/mplayer-conf-10639-6966.c -o /tmp/mplayer-conf-23997-6966.o

ldd /tmp/mplayer-conf-23997-6966.o
/tmp/mplayer-conf-23997-6966.o:
	/usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current 
version 71.0.0)

Result is: yes
##########################################

_____________________________________________________________________
Envie de discuter en "live" avec vos amis ? Télécharger MSN Messenger
http://www.ifrance.com/_reloc/m la 1ère messagerie instantanée de France



More information about the MPlayer-dev-eng mailing list