Changes between Version 3 and Version 4 of Ticket #53662, comment 12


Ignore:
Timestamp:
Mar 10, 2017, 6:19:01 AM (7 years ago)
Author:
kencu (Ken)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #53662, comment 12

    v3 v4  
    1 I tried installing a separate copy of `isl 0.14` in ${prefix}/libexec/isl14 and then configuring gcc48 to use that isl version in the configuration options. Sadly, it finds the include files for `isl 0.18` first, and so it still errors out in the build.
    2 
    3 Will have to somehow either find a way to rearrange  the link to the include files for `isl 0.14` ahead of the standard include files in the build command, or find some other way to hide `isl 0.18` during the build.
    4 
     1I tried installing a separate copy of `isl 0.14` in ${prefix}/libexec/isl14 and then configuring gcc48 to use that isl version in the configuration options.
    52Edit - looks like the "prepend" option was the easy way to fix this. Thanks.