Changes between Initial Version and Version 1 of Ticket #54124, comment 25
- Timestamp:
- Sep 5, 2020, 10:49:15 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #54124, comment 25
initial v1 1 1 Replying to [comment:23 kencu]: 2 2 > there may be an actual fix for guile on powerpc here <https://marc.info/?l=openbsd-ports&m=157757173428256&w=2> 3 There is one change I had to add to Portfile: usage of `GCC6` which is selected as standard compiler. The reason is that from somewhere a C compiler switch ´-std=gnu11` is added which does not allow `GCC 4.2` to successfully build any file (which could be the actual cause that `/lib/cpp` is chosen for C pre-processor). The first try is just a plain build of Guile @2.2.2, next I'll try will be with recent version @2.2.4.3 There is one change I had to add to Portfile: usage of `GCC6` which is selected as standard compiler. The reason is that from somewhere a C compiler switch `-std=gnu11` is added which does not allow `GCC 4.2` to successfully build any file (which could be the actual cause that `/lib/cpp` is chosen for C pre-processor). The first try is just a plain build of Guile @2.2.2, next I'll try will be with recent version @2.2.4. 4 4 5 5 Although I have a problem: why did I need Guile then? Autoconf? Autogen?