Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #31910
| Date | 2012-10-23 02:09 +0200 |
|---|---|
| From | Christian Heimes <christian@python.org> |
| Subject | Re: Compiler Error for build Python -3.3.0 (Suggestions) |
| References | <f7a93250-5291-4254-abb0-1dd7c27ad6e7@rj6g2000pbc.googlegroups.com> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.2643.1350950977.27098.python-list@python.org> (permalink) |
Am 22.10.2012 23:31, schrieb Joe Davis: > The version of Python I have on my old Solaris boxes is old and > isn't supported and dosn't have all the modules that I need. I have > downloaded the new 3.3 version and have been trying to compile it and > have no luck: > > After running the ./configure command I run "make" and it gives me the > following error. Does anyone know what is wrong here or what to do > about this? > > Is there a location I can download a binary package of this? > Sunfreeware looks to be out of business. Hello Joe, Can you tell us more about the Solaris box? I'm especially interested in the Solaris version, architecture (sparc or X86_64) and your C compiler. We have Python up and running on a Solaris 10 box (sparc) and a Solaris 11 box (X86_64) with Sun CC and GCC 4.6. You could try to recompile Python with the Sun CC: $ make distclean $ ./configure --without-gcc --config-cache $ make Christian
Back to comp.lang.python | Previous | Next — Previous in thread | Find similar | Unroll thread
Compiler Error for build Python -3.3.0 (Suggestions) Joe Davis <joe_h_d@pacbell.net> - 2012-10-22 14:31 -0700 Re: Compiler Error for build Python -3.3.0 (Suggestions) MRAB <python@mrabarnett.plus.com> - 2012-10-22 23:09 +0100 Re: Compiler Error for build Python -3.3.0 (Suggestions) Christian Heimes <christian@python.org> - 2012-10-23 02:09 +0200
csiph-web