Changes between Version 1 and Version 2 of dev-lang/python
- Timestamp:
- 04/13/08 11:32:13 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
dev-lang/python
v1 v2 11 11 === work-in-progress (andreasf) - [R5, Haiku] === 12 12 13 Compiled okay on R5. 13 On R5 I get: 14 {{{ 15 gcc -o python \ 16 Modules/python.o \ 17 libpython2.5.a -lnet 18 libpython2.5.a: file not recognized: Is a directory 19 collect2: ld returned 1 exit status 20 make: *** [python] Error 1 21 }}} 14 22 15 Requires another Python on Haiku. 23 On Haiku, requires another Python first. 24 25 On both, {{{#!/usr/bin/env python}}} needs to be changed to {{{#!/bin/env python}}}.
