Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Anyone have python 3.1.1 installed on Solaris 10 ? (sparc or x86)

187 views
Skip to first unread message

Dave Crouse

unread,
Oct 19, 2009, 1:00:06 PM10/19/09
to pytho...@python.org
Anyone have python 3.1.1 installed on Solaris 10 ? (sparc or x86)

I've tried several times on sparc, I keep getting:

gcc -lintl -o python \
Modules/python.o \
libpython3.1.a -lsocket -lnsl -lintl -lrt -ldl -lm
Undefined first referenced
symbol in file
libintl_bind_textdomain_codeset libpython3.1.a(_localemodule.o)
libintl_gettext libpython3.1.a(_localemodule.o)
libintl_textdomain libpython3.1.a(_localemodule.o)
libintl_dcgettext libpython3.1.a(_localemodule.o)
libintl_bindtextdomain libpython3.1.a(_localemodule.o)
libintl_dgettext libpython3.1.a(_localemodule.o)
ld: fatal: Symbol referencing errors. No output written to python
collect2: ld returned 1 exit status
*** Error code 1
make: Fatal error: Command failed for target `python'


Ideas ? (I'm not a c programmer....so bear with me ;) )

Antoine Pitrou

unread,
Oct 20, 2009, 7:07:09 PM10/20/09
to pytho...@python.org

Hello,

> Anyone have python 3.1.1 installed on Solaris 10 ? (sparc or x86)
>
> I've tried several times on sparc, I keep getting:

[snip]

If you don't get an answer on this list, I encourage you to file an issue on
http://bugs.python.org

Thank you

Antoine.


ryles

unread,
Oct 20, 2009, 10:22:56 PM10/20/09
to

Have you tried building with cc instead of gcc? I've seen a few
botched gcc installations on Solaris (though maybe it's just my own
environment). Try adding --without-gcc to the ./configure line, and
before that export CC=cc (or however you set environment variables
with your own shell).

0 new messages