[swfmill] building svn version

Ralf Fuest ralf-fuest at gmx.de
Wed May 30 06:43:53 EDT 2007


Hello Martin,
this problem seems to be related to static linking on OS X. Try to
remove the lines between "if IS_OSX" and "endif" in src/Makefile.am and
rebuild everything.

Ralf

> Martin Ficzel schrieb:
> 
> sorry the quotin is unreadable
> 
> my current automake-mac file
> 
> > #!/bin/sh
> >
> > set -x
> > aclocal -I autoconfig/m4
> > glibtoolize --force --copy
> > autoheader
> > automake --add-missing --copy
> > autoconf
> > cd src
> > xsltproc codegen/mk.xsl codegen/source.xml
> > cd ..
> > export CXXFLAGS="-isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch i386
> > -arch ppc"
> > export CFLAGS="-isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch i386
> > -arch ppc"
> > export LDFLAGS="-arch i386 -arch ppc"
> > ./configure --disable-dependency-tracking
> the current make error
> > //usr/bin/ld: for architecture ppc
> > /usr/bin/ld: can't locate file for: -lcrt0.o
> > usr/bin/ld: forcollect2:  ld returned 1 exit status
> > architecture i386
> > /usr/bin/ld: can't locate file for: -lcrt0.o
> > collect2: ld returned 1 exit status
> > lipo: can't open input file: /var/tmp//ccBI3buv.out (No such file or
> > directory)
> > make[3]: *** [swfmill] Error 1
> > make[2]: *** [all-recursive] Error 1
> > make[1]: *** [all] Error 2
> > make: *** [all-recursive] Error 1
> 
> 




More information about the swfmill mailing list