Thanks for your kind advice.
I tried to modify Makefile --- changed LDSHARED variable to 'ld -b' and
removed -Wl,E option from the result of `wx-config --libs'.
and 'libwxPyHelpers.2.2.sl.1.0.0' has successfully made.
but while making another shared library file(wxcmodule.sl),
my w/s stopped with following message.
--- following message ---
$ ld -b wx.o windows.o windows2.o windows3.o events.o misc.o misc2.o utils.o gdi.o mdi.o controls.o controls2.o cmndlgs.o statool.o frames.o image.o printfw.o sizers.o clip_dnd.o grid.o html.o htmlhelp.o calendar.o -L/download/wxPython/src -L/usr/local/lib-lwx_gtk -L/usr/local/lib -lgtk -lgdk -lgmodule -lgthread -lglib -ldld -lXext -lX11 -lm -lm -lwxPyHelpers -o wxcmodule.sl t
ld: Data Linkage Table (+z) overflow in file wx.o - use +Z option to recompile
Reference from: wx.o(0x30)
ld: Data Linkage Table (+z) overflow in file wx.o - use +Z option to recompile
Reference from: wx.o(0x6c)
ld: Data Linkage Table (+z) overflow in file wx.o - use +Z option to recompile
Reference from: wx.o(0x34)
ld : ...
Ref ...
...
--- end of following message ---
I tried some more tries,
$ld -b wx.o [enter] -> succeeded
$ld -b wx.o windows.o windows2.o windows3.o [enter] -> failed
and I guess hpux can't handle too many or large *.o file.
would you give me some idea?
Thank you again.
- Hong.
Sender: "Robin Dunn"
> > /usr/ccs/bin/ld: Unsatisfied symbols:
> > PyObject_GetAttrString (code)
> > PyString_Type (data)
> > PyExc_NameError (data)
> > PyType_Type (data)
> > PyErr_SetString (code)
> > PyString_FromString (code)
> > PyString_AsString (code)
> > PyInstance_Type (data)
> > main
> > These symbols are from Python, and are > present in the Python executable. On
> Linux and Solaris (at least) these > symbols are bound when the shared library
> is loaded by the python process and so > they are not required at link time.
> Perhaps there is a flag needed on HP to > specify this behaviour, or perhaps
> the way the link is being performed it is > trying to make an executable
> instead of a shared library.
> > If you can figure out what flags are > needed for the link command let me know
> and I'll fix the build script.
> > --
> Robin Dunn
> Software Craftsman
> robin@AllDunn.com
> http://wxPython.org Java give you > jitters?http://wxPROs.com Relax > with wxPython!
> > > _______________________________________________
> wxPython-users mailing list
> wxPython-users@lists.sourceforge.net
> http://lists.sourceforge.net/mailman/listinfo/wxpython-users
>
···
----------- original message -------------
Date: 2000년 9월 28일 오전3:18
Subject: Re: [wxPython] [HPUX 10.20] Problem Building wxPython
wxPython-users mailing list
wxPython-users@lists.sourceforge.net
http://lists.sourceforge.net/mailman/listinfo/wxpython-users