Issue 15644 - pyuno/source/module/makefile.mk and Solaris ld
Summary: pyuno/source/module/makefile.mk and Solaris ld
Status: CLOSED FIXED
Alias: None
Product: udk
Classification: Code
Component: code (show other issues)
Version: OOo 1.1 Beta2
Hardware: Sun Solaris
: P3 Trivial (vote)
Target Milestone: OOo 1.1 RC
Assignee: kay.ramme
QA Contact: issues@udk
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-06-15 19:15 UTC by pavel
Modified: 2003-06-22 22:30 UTC (History)
1 user (show)

See Also:
Issue Type: PATCH
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 2003-06-15 19:15:40 UTC
Sander,

could you please modify that makefile.mk to contain the same as you did for
python itself?

http://ooo.ximian.com/bonsai/cvsview2.cgi?diff_mode=context&whitespace_mode=show&subdir=external/python&command=DIFF_FRAMESET&file=makefile.mk&rev1=1.2&rev2=1.2.2.1&root=/var/cvsup

This should be it, I think:

--- makefile.mk~        Sun Mar 23 13:12:54 2003
+++ makefile.mk Sun Jun 15 21:10:10 2003
@@ -131,8 +131,12 @@
 
 .IF "$(GUI)" == "UNX"
 $(PYUNO_MODULE) : $(SLO)$/pyuno_dlopenwrapper.obj
+.IF "$(OS)" == "SOLARIS"
+       ld -G -o $@ $(SLO)$/pyuno_dlopenwrapper.o
+.ELSE
        ld -shared -ldl -o $@ $(SLO)$/pyuno_dlopenwrapper.o
 .ENDIF
+.ENDIF
 
 $(MISC)$/$(PYUNORC) : pyuno
        -rm -f $@
Comment 1 pavel 2003-06-22 21:56:28 UTC
Sander has probably more important issues, but this is too important,
at least for building on Solaris.

Reassigning to the owner of the component.
Comment 2 sander_traveling 2003-06-22 22:14:12 UTC
this is actually fixed in rev 1.2 - so closing
Comment 3 pavel 2003-06-22 22:30:38 UTC
Yes, it is thanks.