Hi,<br><br>I'm trying to use the osx-packager.pl script but it always fails with this error when compiling with gcc 4.0...<br><br>g++ -c -pipe -mcpu=7450 -mtune=7450 -mpowerpc-gfxopt -faltivec -F/System/Library/Frameworks/{AGL,ApplicationServices,Carbon,Cocoa,OpenGL,QuickTime}.framework/Frameworks -F/System/Library/PrivateFrameworks/{DVD}.framework/Frameworks -Wall -W -O3 -Wall -Wno-switch -I/Users/ardnut/src/mythtv/contrib/.osx-packager/build/include -no-cpp-precomp -pipe -fomit-frame-pointer -force_cpusubtype_ALL -Wno-sign-compare -fno-inline-functions -I/Users/ardnut/src/mythtv/contrib/.osx-packager/build/include/freetype2 -I/Users/ardnut/src/mythtv/contrib/.osx-packager/build/include -DPIC -fPIC&nbsp; -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DPREFIX=\&quot;/Users/ardnut/src/mythtv/contrib/.osx-packager/build\&quot; -DLIBDIR=\&quot;/Users/ardnut/src/mythtv/contrib/.osx-packager/build/lib\&quot; -D_LARGEFILE_SOURCE -DUSING_FRONTEND -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_SHARED -DQT_ACCESSIBILITY_SUPPORT -I/Users/ardnut/src/mythtv/contrib/.osx-packager/src/qt-
mac-free-3.3.5/mkspecs/default -I. -I../../../../../build/include -I../../../../../build/include -I../.. -I.. -I../libmyth -I../libavcodec -I../libavutil -I../libmythmpeg2 -Idvbdev -Impeg -I/Users/ardnut/src/mythtv/contrib/.osx-packager/src/qt-
mac-free-3.3.5/include -o NuppelVideoPlayer.o NuppelVideoPlayer.cpp<br>NuppelVideoPlayer.cpp: In member function `void NuppelVideoPlayer::calcSliderPos(StatusPosInfo&amp;, bool)':<br>NuppelVideoPlayer.cpp:5267: internal compiler error: Bus error
<br>Please submit a full bug report,<br>with preprocessed source if appropriate.<br>See &lt;URL:<a href="http://developer.apple.com/bugreporter">http://developer.apple.com/bugreporter</a>&gt; for instructions.<br>{standard input}:16308:FATAL:.abort&nbsp; detected.&nbsp; Assembly stopping.
<br>make[2]: *** [NuppelVideoPlayer.o] Error 1<br>make[1]: *** [sub-libmythtv] Error 2<br>make: *** [sub-libs] Error 2<br>[osx-pkg] Failed system call: &quot; /usr/bin/make &quot; with error code 2<br>Died at ./osx-packager.pl
 line 818.<br><br>or this error if I instead switch to use gcc 3.3...<br><br>/usr/lib/libstdc++.6.dylib(single module) definition of __ZNSaIwEC1Ev<br>/usr/lib/libstdc++.a(stl-inst.o) private external definition of __ZNSaIwEC1Ev in section (__TEXT,__text)
<br>ld: multiple definitions of symbol __ZNSaIwEC2ERKS_<br>/usr/lib/libstdc++.6.dylib(single module) definition of __ZNSaIwEC2ERKS_<br>/usr/lib/libstdc++.a(stl-inst.o) private external definition of __ZNSaIwEC2ERKS_ in section (__TEXT,__text)
<br>ld: multiple definitions of symbol __ZNSaIwEC2Ev<br>/usr/lib/libstdc++.6.dylib(single module) definition of __ZNSaIwEC2Ev<br>/usr/lib/libstdc++.a(stl-inst.o) private external definition of __ZNSaIwEC2Ev in section (__TEXT,__text)
<br>ld: multiple definitions of symbol __ZNSaIwED1Ev<br>/usr/lib/libstdc++.6.dylib(single module) definition of __ZNSaIwED1Ev<br>/usr/lib/libstdc++.a(stl-inst.o) private external definition of __ZNSaIwED1Ev in section (__TEXT,__text)
<br>ld: multiple definitions of symbol __ZNSaIwED2Ev<br>/usr/lib/libstdc++.6.dylib(single module) definition of __ZNSaIwED2Ev<br>/usr/lib/libstdc++.a(stl-inst.o) private external definition of __ZNSaIwED2Ev in section (__TEXT,__text)
<br>/usr/bin/libtool: internal link edit command failed<br>make[2]: *** [libmyth-0.19.0.19.0.dylib] Error 1<br>make[1]: *** [sub-libmyth] Error 2<br>make: *** [sub-libs] Error 2<br>[osx-pkg] Failed system call: &quot; /usr/bin/make &quot; with error code 2
<br>Died at ./osx-packager.pl line 818.<br><br>Any ideas what am I doing wrong? (I'm running the script as is with no additional arguments)<br><br>Thanks,<br>Ash.<br>