Changes between Initial Version and Version 1 of Ticket #96
- Timestamp:
- 2014-07-07T23:53:34Z (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #96 – Description
initial v1 1 1 I just upgraded my system from FreeBSD 9 to 10 and ran into a problem with pycryptopp 2 2 3 ` 3 {{{ 4 4 [tahoe@tahoe ~/src/pycryptopp]$ cc --version 5 5 FreeBSD clang version 3.3 (tags/RELEASE_33/final 183502) 20130610 … … 70 70 python27-2.7.6_4 Interpreted object-oriented programming language 71 71 sqlite3-3.8.5_1 SQL database engine in a C library 72 ` 73 74 ` 72 }}} 73 74 {{{ 75 75 running build 76 76 running build_py … … 421 421 20 errors generated. 422 422 error: command 'cc' failed with exit status 1 423 ` 423 }}} 424 424 425 425 I did some searching online and somehow stumbled across "CFLAGS=-no-integrated-as"