ASPN ActiveState Programmer Network
ActiveState
/ Home / Perl / PHP / Python / Tcl / XSLT /
/ Safari / My ASPN /
Cookbooks | Documentation | Mailing Lists | Modules | News Feeds | Products | User Groups


Recent Messages
List Archives
About the List
List Leaders
Subscription Options

View Subscriptions
Help

View by Topic
ActiveState
.NET Framework
Open Source
Perl
PHP
Python
Tcl
Web Services
XML & XSLT

View by Category
Database
General
SOAP
System Administration
Tools
User Interfaces
Web Programming
XML Programming


MyASPN >> Mail Archive >> python-list
python-list
Re: making python on Solaris 8
by Andrew MacIntyre other posts by this author
Jul 13 2002 1:09AM messages near this date
Re: Is count supposed to still work? | Re: What does "Sparse is better than dense" mean? (Python Zen)
On Fri, 12 Jul 2002, Harvey Thomas wrote:

>   Solaris 8 (64-bit)
> 
>   gcc ver  2.95.3
>   make ver 3.79.1
> 
>   configure output and the make output with the error at the end are attached.
> 
>  Any ideas on what is wrong would be most welcome.

You need ar to build the libraries.  I would guess that either:-
- your $PATH doesn't include the path to the Solaris ar (which I vaguely
recall might be in /usr/ccs/bin or /usr/ucb/bin);
- ar and friends weren't installed, in which case you might need the GNU
binutils installed as well as gcc and gmake.

HTH.

--
Andrew I MacIntyre                     "These thoughts are mine alone..."
E-mail: andymac@[...].au  | Snail: PO Box 370
        andymac@[...].au            |        Belconnen  ACT  2616
Web:    http://www.andymac.org/        |        Australia



-- 
http://mail.python.org/mailman/listinfo/python-list

Privacy Policy | Email Opt-out | Feedback | Syndication
© ActiveState Software Inc. All rights reserved