Issue 43601

Summary: 64bit/AMD64: testtool and spadmin crashes (do not contain main)
Product: porting Reporter: pavel
Component: codeAssignee: pavel
Status: CLOSED FIXED QA Contact: issues@porting <issues>
Severity: Trivial    
Priority: P3 CC: issues, kendy, nesshof
Version: current   
Target Milestone: OOo 2.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Latest Confirmation in: ---
Developer Difficulty: ---

Description pavel 2005-02-26 20:26:19 UTC
Both testtool.bin and spadmin.bin crashes on AMD64. They do not contain main
function:

/usr/lib/../lib64/crt1.o(.text+0x21): In function `_start':
../sysdeps/x86_64/elf/start.S:92: undefined reference to `main'
-rwxr-xr-x  1 oo users 3917019 Feb 26 17:36 ../unxlngx4.pro/bin/testtool
------------------------------

This is known issue from MacOS X:

--- unxlngx4.mk	21 led 2005 16:33:36 +0100	1.5.24.1
+++ unxlngx4.mk	26 úno 2005 21:23:49 +0100	
@@ -179,6 +179,7 @@
 STDLIBCPP=-lstdc++
 
 # default objectfilenames to link
+STDOBJVCL=$(L)$/salmain.o
 STDOBJGUI=
 STDSLOGUI=
 STDOBJCUI=
Comment 1 pavel 2005-02-26 20:27:19 UTC
Fixed in ooo64bit02.

Both spadmin and testool now work.

Please verify.
Comment 2 pavel 2006-05-01 10:54:52 UTC
Closing.