To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=116362 Issue #|116362 Summary|static linking of libooopathutils.a breaks the build o |n Mac (PPC at least) Component|tools Version|DEV300m96 Platform|PowerPC URL| OS/Version|Mac OS X, all Status|NEW Status whiteboard| Keywords| Resolution| Issue type|DEFECT Priority|P3 Subcomponent|code Assigned to|mh Reported by|cloph
------- Additional comments from [email protected] Sat Jan 8 17:01:40 +0000 2011 ------- [ build LNK ] StaticLibrary/libooopathutils.a R=/Users/buildslave/compile && S=$R/shadow2 && O=$S/solver/300/unxmacxp.pro && W=$O/workdir && mkdir -p $W/LinkTarget/StaticLibrary/ && DYLIB_FILE=`TMPDIR= mktemp -t $W/LinkTarget/StaticLibrary/` && /usr/bin/perl $S/solenv/bin/macosx- dylib-link-list.pl -static -nostdlib -Wl,- syslibroot,/Developer/SDKs/MacOSX10.4u.sdk -L$O/lib -L/usr/lib > ${DYLIB_FILE} && g++ -static -nostdlib -Wl,- syslibroot,/Developer/SDKs/MacOSX10.4u.sdk -L$O/lib -L/usr/lib $W/CxxObject/tools/source/misc/pathutils.o -o $W/LinkTarget/StaticLibrary/libooopathutils.a `cat ${DYLIB_FILE}` && rm -f ${DYLIB_FILE} /usr/bin/ld: /Users/buildslave/compile/shadow2/solver/300/unxmacxp.pro/workdir/CxxObject/tool s/source/misc/pathutils.o incompatible, file contains unsupported type of section 1 (__TEXT,__picsymbolstub1) in load command 0 (must specify "-dynamic" to be used) collect2: ld returned 1 exit status make: *** [/Users/buildslave/compile/shadow2/solver/300/unxmacxp.pro/workdir/LinkTarget/St aticLibrary/libooopathutils.a] Error 1 ######## The build runs fine without having that static library (i.e. by removing StaticLibrary_ooopathutils from tools/Module_tools.mk --------------------------------------------------------------------- Please do not reply to this automatically generated notification from Issue Tracker. Please log onto the website and enter your comments. http://qa.openoffice.org/issue_handling/project_issues.html#notification --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
