[mythtv] [RFC] New Win32 build script

Lawrence Rust lvr at softsystem.co.uk
Thu Dec 9 21:17:48 UTC 2010


On Thu, 2010-12-09 at 15:50 -0500, Doug Lytle wrote:
> Doug Lytle wrote:
> > Lawrence Rust wrote:
> >>
> >> I did have all the patches included in the script (like the current
> >> packager) but it became unreadable in places so I split them out.
> >>
> >
> 
> /bin/sh ../libtool --silent --tag=CXX   --mode=link g++  -Wno-long-long 
> -Wundef -Wall -W -Wpointer-arith -O2 -Wno-non-virtual-dtor 
> -fno-exceptions -fno-check-new -fno-common -fexceptions   -no-undefined 
> -version-info 10:0:9  -o libtag.la -rpath /home/doug/t/mythbuild/lib 
> tag.lo tagunion.lo fileref.lo audioproperties.lo ./mpeg/libmpeg.la 
> ./ogg/libogg.la ./flac/libflac.la ./mpc/libmpc.la ./ape/libape.la 
> ./toolkit/libtoolkit.la ./wavpack/libwavpack.la 
> ./trueaudio/libtrueaudio.la ./riff/libriff.la ./mp4/libmp4.la 
> ./asf/libasf.la
> /usr/bin/ld: unrecognized option '--image-base=0x10000000'
> /usr/bin/ld: use the --help option for usage information
> collect2: ld returned 1 exit status
> make[4]: *** [libtag.la] Error 1
> 

This is a bit more problematic.  I'm not sure what to recommend because
the cause isn't obvious and I'm unable to reproduce it.  It must be some
kind of path problem because /usr/bin/ld is wrong - it should be using
the mingw ld.  I'll look at the configure script and report back.

P.S. mingw will work with distcc but I haven't used it 'in anger'.  It
always seems like too much setting up on each host.

-- 
Lawrence




More information about the mythtv-dev mailing list