Changes between Initial Version and Version 1 of Ticket #54124, comment 25


Ignore:
Timestamp:
Sep 5, 2020, 10:49:15 PM (4 years ago)
Author:
ballapete (Peter "Pete" Dyballa)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #54124, comment 25

    initial v1  
    11Replying to [comment:23 kencu]:
    22> 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.
     3There 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.
    44
    55Although I have a problem: why did I need Guile then? Autoconf? Autogen?