This is the second time this has come up recently, and I don't recall
seeing a resolution. The problem seems pretty clear to me; the two "-Wl"
parameters probably need to be a single parameter
-Wl,'-rpath /tools/python/gtk/lib'
I'm guessing some script somewhere forgot to quote something, but I'm not
smart enough on the build process to know exactly where this comes from.
Even more, however, I don't think the -rpath is necessary at all, given
that the same directory is given in two -L parameters.
Was this ever resolved?
···
On Thu, 2 Oct 2003 19:26:44 -0400, "Gilad Suberri" <gsuberri@eos.east.hitc.com> wrote:
Hi,
I am on the last step of installing wxPython on my Solaris machine (actually
running the python setup.py) and I am getting a weird error that I can
figure out:
Thanks for your help, I actually found the answer here:
If you are on solaris, you should take the --enable-rpath out of the
.configure arguments. There is a patch for setup.py at the link also. Thanks
for the help.
Gilad
···
----- Original Message -----
From: "Tim Roberts" <timr@probo.com>
To: <wxPython-users@lists.wxwindows.org>
Sent: Friday, October 03, 2003 2:07 PM
Subject: [wxPython-users] Re: wxPython on Unix install
On Thu, 2 Oct 2003 19:26:44 -0400, "Gilad Suberri" > <gsuberri@eos.east.hitc.com> wrote:
>
>Hi,
>I am on the last step of installing wxPython on my Solaris machine
(actually
>running the python setup.py) and I am getting a weird error that I can
>figure out:
>
>c++ -shared -L/tools/python/gtk/lib -I/tools/python/gtk/include
>build/temp.solaris-2.8-sun4u-2.2/src/gtk/help.o -L/usr/X11R6/lib -o
>kd-2.4
>
>ld: elf error: file /tools/python/gtk/lib: elf_begin: I/O error: region
>read: Is a directory
This is the second time this has come up recently, and I don't recall
seeing a resolution. The problem seems pretty clear to me; the two "-Wl"
parameters probably need to be a single parameter
-Wl,'-rpath /tools/python/gtk/lib'
I'm guessing some script somewhere forgot to quote something, but I'm not
smart enough on the build process to know exactly where this comes from.
Even more, however, I don't think the -rpath is necessary at all, given
that the same directory is given in two -L parameters.
Was this ever resolved?
--
- Tim Roberts, timr@probo.com
Providenza & Boekelheide, Inc.
---------------------------------------------------------------------
To unsubscribe, e-mail: wxPython-users-unsubscribe@lists.wxwindows.org
For additional commands, e-mail: wxPython-users-help@lists.wxwindows.org
If you are on solaris, you should take the --enable-rpath out of the
.configure arguments. There is a patch for setup.py at the link also. Thanks
for the help.
See also the new notes in README.1st.txt in 2.4.2.4.