Issue 43601 - 64bit/AMD64: testtool and spadmin crashes (do not contain main)
Summary: 64bit/AMD64: testtool and spadmin crashes (do not contain main)
Status: CLOSED FIXED
Alias: None
Product: porting
Classification: Code
Component: code (show other issues)
Version: current
Hardware: All All
: P3 Trivial (vote)
Target Milestone: OOo 2.0
Assignee: pavel
QA Contact: issues@porting
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-02-26 20:26 UTC by pavel
Modified: 2006-05-01 10:54 UTC (History)
3 users (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this issue.
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.