Hello again,
I've built and installed wxGTK (thanks to Vadim
Zeitlin). Now I'm building and installing wxPython
2.4.0.7 on solaris 2.6 (SPARC) with gcc 3.2.2 and
Python 2.2.2 but I get this error:
ld: elf error: file /usr/local/wxPython/lib: unknown
type, unable to process using elf(3E) libraries
ld: fatal: File processing errors. No output written
to build/lib.solaris-2.6-sun4u-2.2/wxPython/wxc.so
collect2: ld returned 1 exit status
error: command 'g++' failed with exit status 1
Any help?
Thanks,
Fran
···
___________________________________________________
Yahoo! Messenger - Nueva versión GRATIS
Super Webcam, voz, caritas animadas, y más... http://messenger.yahoo.es
Hello again,
I've built and installed wxGTK (thanks to Vadim
Zeitlin). Now I'm building and installing wxPython
2.4.0.7 on solaris 2.6 (SPARC) with gcc 3.2.2 and
Python 2.2.2 but I get this error:
ld: elf error: file /usr/local/wxPython/lib: unknown
type, unable to process using elf(3E) libraries
ld: fatal: File processing errors. No output written
to build/lib.solaris-2.6-sun4u-2.2/wxPython/wxc.so
collect2: ld returned 1 exit status
error: command 'g++' failed with exit status 1
What are the lines leading up to this one?
···
--
Robin Dunn
Software Craftsman http://wxPython.org Java give you jitters? Relax with wxPython!
--- Robin Dunn <robin@alldunn.com> escribió: >
Francisco Infante wrote:
···
> Hello again,
> I've built and installed wxGTK (thanks to Vadim
> Zeitlin). Now I'm building and installing wxPython
> 2.4.0.7 on solaris 2.6 (SPARC) with gcc 3.2.2 and
> Python 2.2.2 but I get this error:
>
> ld: elf error: file /usr/local/wxPython/lib:
unknown
> type, unable to process using elf(3E) libraries
> ld: fatal: File processing errors. No output
written
> to build/lib.solaris-2.6-sun4u-2.2/wxPython/wxc.so
> collect2: ld returned 1 exit status
> error: command 'g++' failed with exit status 1
>
What are the lines leading up to this one?
--
Robin Dunn
Software Craftsman http://wxPython.org Java give you jitters? Relax
with wxPython!
___________________________________________________
Yahoo! Messenger - Nueva versión GRATIS
Super Webcam, voz, caritas animadas, y más... http://messenger.yahoo.es
--- Robin Dunn <robin@alldunn.com> escribió: >
Francisco Infante wrote:
Hello again,
I've built and installed wxGTK (thanks to Vadim
Zeitlin). Now I'm building and installing wxPython
2.4.0.7 on solaris 2.6 (SPARC) with gcc 3.2.2 and
Python 2.2.2 but I get this error:
ld: elf error: file /usr/local/wxPython/lib:
unknown
type, unable to process using elf(3E) libraries
ld: fatal: File processing errors. No output
written
to build/lib.solaris-2.6-sun4u-2.2/wxPython/wxc.so
collect2: ld returned 1 exit status
error: command 'g++' failed with exit status 1
-L/usr/X11R6/lib -o
build/lib.solaris-2.6-sun4u-2.2/wxPython/wxc.so
-L/usr/local/wxPython/lib -pthreads -Wl,-rpath
-Wl,/usr/local/wxPython/lib -lwx_gtkd-2.4
ld: error de elf: archivo /usr/local/wxPython/lib:
tipo desconocido, imposible procesarlo utilizando
bibliotecas elf(3E)
ld: error fatal: collect2: ld returned 1 exit status
error: command 'g++' failed with exit status 1
Looks like it may be having a problem with the rpath options. You may want to try building the "old way" without the private copy of wxGTK as described in wxPython/BUILD.unix.txt
···
--
Robin Dunn
Software Craftsman http://wxPython.org Java give you jitters? Relax with wxPython!