Issue 50455 - Mac OS X porting : static libs at end
Summary: Mac OS X porting : static libs at end
Status: CLOSED DUPLICATE of issue 50458
Alias: None
Product: porting
Classification: Code
Component: MacOSX (show other issues)
Version: 680m107
Hardware: All All
: P3 Trivial (vote)
Target Milestone: ---
Assignee: eric.bachard
QA Contact: issues@porting
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-06-08 06:31 UTC by maho.nakata
Modified: 2005-06-16 17:53 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments
move all btstrap.a to the end (2.45 KB, patch)
2005-06-08 06:32 UTC, maho.nakata
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this issue.
Description maho.nakata 2005-06-08 06:31:10 UTC
in transex3 project build fails for Mac OS X Tiger/gcc-3.3.
ccache g++-3.3 -Wl,-multiply_defined,suppress -Wl -bind_at_load
-L../unxmacxp.pro/lib
-L/usr/pkgsrc/misc/openoffice2-macosx/work/solver/680/unxmacxp.pro/lib
-L/usr/lib -L/usr/X11R6/lib -o ../unxmacxp.pro/bin/helpex -dylib_file
@executable_path/libuno_sal.dylib:/usr/pkgsrc/misc/openoffice2-macosx/work/solver/680/unxmacxp.pro/lib/libuno_sal.dylib
-dylib_file
@executable_path/libstlport_gcc.dylib:/usr/pkgsrc/misc/openoffice2-macosx/work/solver/680/unxmacxp.pro/lib/libstlport_gcc.dylib
-dylib_file
@executable_path/libtl680mxp.dylib:/usr/pkgsrc/misc/openoffice2-macosx/work/solver/680/unxmacxp.pro/lib/libtl680mxp.dylib
-dylib_file
@executable_path/libucbhelper3gcc3.dylib:/usr/pkgsrc/misc/openoffice2-macosx/work/solver/680/unxmacxp.pro/lib/libucbhelper3gcc3.dylib
-dylib_file
@executable_path/libuno_cppuhelpergcc3.dylib.3:/usr/pkgsrc/misc/openoffice2-macosx/work/solver/680/unxmacxp.pro/lib/libuno_cppuhelpergcc3.dylib.3
-dylib_file
@executable_path/libuno_sal.dylib.3:/usr/pkgsrc/misc/openoffice2-macosx/work/solver/680/unxmacxp.pro/lib/libuno_sal.dylib.3
-dylib_file
@executable_path/libuno_cppu.dylib.3:/usr/pkgsrc/misc/openoffice2-macosx/work/solver/680/unxmacxp.pro/lib/libuno_cppu.dylib.3
-dylib_file
@executable_path/libuno_salhelpergcc3.dylib.3:/usr/pkgsrc/misc/openoffice2-macosx/work/solver/680/unxmacxp.pro/lib/libuno_salhelpergcc3.dylib.3
-dylib_file
@executable_path/libvos3gcc3.dylib:/usr/pkgsrc/misc/openoffice2-macosx/work/solver/680/unxmacxp.pro/lib/libvos3gcc3.dylib
-dylib_file
@executable_path/libbasegfx680mxp.dylib:/usr/pkgsrc/misc/openoffice2-macosx/work/solver/680/unxmacxp.pro/lib/libbasegfx680mxp.dylib
-lbtstrp -luno_sal -lascii_expat_xmlparse -lexpat_xmltok -ltl680mxp -lvos3gcc3
-lX11 -lstdc++ -lm -lstlport_gcc -filelist ../unxmacxp.pro/misc/helpex.list
ld: Undefined symbols:
__Z6GetEnvPKc
dmake:  Error code 1, while making '../unxmacxp.pro/bin/helpex'
'---* tg_merge.mk *---'

ERROR: Error 65280 occurred while making
/usr/pkgsrc/misc/openoffice2-macosx/work/transex3/source
dmake:  Error code 1, while making 'build_all'

this is due to staticlib libbtstrp.a is not at the end of command line.
Comment 1 maho.nakata 2005-06-08 06:32:04 UTC
Created attachment 27005 [details]
move all btstrap.a to the end
Comment 2 maho.nakata 2005-06-10 23:51:16 UTC
pjanik please see my issue
I submitted a bit eariler :)

*** This issue has been marked as a duplicate of 50458 ***
Comment 3 pavel 2005-06-16 17:53:34 UTC
closing duplicate