Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Python > solaris install of python

Reply
Thread Tools

solaris install of python

 
 
gotcha_fza
Guest
Posts: n/a
 
      04-11-2004
hi

has anyone installed pythong on solaris 8 before, i am getting erors
when i do a ./configure any ideas why ?

regards

testbed# ./configure
checking MACHDEP... sunos5
checking EXTRAPLATDIR...
checking for --without-gcc... no
checking for --with-cxx=<compiler>... no
checking for c++... c++
checking for C++ compiler default output... a.out
checking whether the C++ compiler works... configure: error: cannot
run C++ compiled programs.
If you meant to cross compile, use `--host'.
See `config.log' for more details.

testbed# which c++
/usr/local/bin/c++
testbed # tail config.log
## ----------- ##

#define _GNU_SOURCE 1
#define _NETBSD_SOURCE 1
#define _POSIX_C_SOURCE 200112L
#define _XOPEN_SOURCE 600
#define _XOPEN_SOURCE_EXTENDED 1
#define __BSD_VISIBLE 1

configure: exit 1


 
Reply With Quote
 
 
 
 
simo
Guest
Posts: n/a
 
      04-11-2004
ActiveState have an "AS installer" for Solaris8 - it doesn't even need root access.
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Can I INstall SOlaris on a normal pc? Alfred J. Computer Support 3 06-20-2006 05:59 PM
Help with Install of Xerces-c 2.4.0 for Solaris Jim Phelps XML 0 09-17-2004 03:10 PM
Bad install of 2.3.4 on Solaris 8 Bob Swerdlow Python 1 06-13-2004 05:47 PM
Re: solaris install of python Skip Montanaro Python 1 04-12-2004 02:17 PM
viewcvs install error on solaris bva Python 4 01-23-2004 03:59 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57