Issue 17832 - IRIX: python, irix doens't have libutil
Summary: IRIX: python, irix doens't have libutil
Status: CLOSED IRREPRODUCIBLE
Alias: None
Product: porting
Classification: Code
Component: code (show other issues)
Version: OOo 1.1 RC
Hardware: SGI IRIX
: P3 Trivial (vote)
Target Milestone: ---
Assignee: Martin Hollmichel
QA Contact: issues@porting
URL:
Keywords:
Depends on:
Blocks: 809
  Show dependency tree
 
Reported: 2003-08-04 05:15 UTC by nickb
Modified: 2004-02-17 09:03 UTC (History)
1 user (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 nickb 2003-08-04 05:15:42 UTC
@@ -147,8 +147,13 @@
 .IF "$(OS)" == "SOLARIS"
        ld -G -o $@ -u Py_Main -u Py_FrozenMain -u PyFPE_dummy
$(MISC)$/build$/$(TARFILE_NAME)$/libpython$(PYMAJOR).$(PYMINOR).a -h
libpython.so.$(PYMAJOR) -lm -ldl -lc -lpthread
 .ELSE
+.IF "$(OS)" == "IRIX"
        echo "$(OS)"
        ld -shared -o $@ --whole-archive
$(MISC)$/build$/$(TARFILE_NAME)$/libpython$(PYMAJOR).$(PYMINOR).a
--no-whole-archive -soname libpython.so.$(PYMAJOR)  -lm -ldl -lutil -lc -lpthread
+.ELSE
+       echo "$(OS)"
+       ld -shared -o $@ --whole-archive
$(MISC)$/build$/$(TARFILE_NAME)$/libpython$(PYMAJOR).$(PYMINOR).a
--no-whole-archive -soname libpython.so.$(PYMAJOR)  -lm -ldl -lutil -lc -lpthread
+.ENDIF
 .ENDIF

 $(PYTHONCORELINK1) : makefile.mk $(PYTHONCORESHL)
Comment 1 Martin Hollmichel 2003-08-07 15:56:39 UTC
set target milestone to 1.1.1
Comment 2 sander_traveling 2003-10-16 20:53:02 UTC
closing as 'WORKSFORME' - patch to eliminate -lutil was in #i16698#,
and is present in ooo111fix1
Comment 3 utomo99 2003-12-22 05:47:48 UTC
Removing target from worksforme Issue, to reduce the statistics. 
Comment 4 Martin Hollmichel 2004-02-17 09:01:01 UTC
verified.
Comment 5 Martin Hollmichel 2004-02-17 09:03:23 UTC
close issue.