Re: compiling gcc10-10.3.0-3 failed - isl version 0.15 or later required
kostka <[email protected]>
| Newsgroups | gmane.os.apple.fink.general |
|---|---|
| Message-ID | <[email protected]> |
Hello Hanspeter,
the config.log has the following information:
configure:6115: checking for isl 0.15 or later
configure:6128: gcc -o conftest -g -O2 -I/opt/sw/include
-I/opt/sw/include -I/opt/sw/include -L/opt/sw/lib -lisl -L/opt/sw/lib
-L/opt/sw/lib -lmpc -lmpfr -lgmp conftest.c -lisl -lgmp >&5
conftest.c:10:10: fatal error: 'isl/schedule.h' file not found
#include <isl/schedule.h>
^~~~~~~~~~~~~~~~
1 error generated.
configure:6128: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h. */
| #include <isl/schedule.h>
| int
| main ()
| {
| isl_options_set_schedule_serialize_sccs (NULL, 0);
| ;
| return 0;
| }
configure:6135: result: no
configure:6139: result: required isl version is 0.15 or later
configure:6174: error: Unable to find a usable isl. See config.log for
details.
Indeed there is no schedule.h:
> l /opt/sw/include/isl
total 568K
-rw-r--r-- 1 root admin 545K Nov 23 2020 cpp.h
-rw-r--r-- 1 root admin 1.2K Nov 23 2020 fixed_box.h
-rw-r--r-- 1 root admin 328 Nov 23 2020 id_type.h
-rw-r--r-- 1 root admin 365 Nov 23 2020 space_type.h
-rw-r--r-- 1 root admin 720 Nov 23 2020 stride_info.h
-rw-r--r-- 1 root admin 337 Nov 23 2020 val_type.h
> locate 'isl/'
/Volumes/fink/include/isl/cpp.h
/Volumes/fink/include/isl/fixed_box.h
/Volumes/fink/include/isl/id_type.h
/Volumes/fink/include/isl/space_type.h
/Volumes/fink/include/isl/stride_info.h
/Volumes/fink/include/isl/val_type.h
How can I fix this?
Thanks in adance, Peter
On 13/01/2022 10:57, Hanspeter Niederstrasser wrote:
> On 1/12/22 6:32 AM, kostka wrote:
>> I don't find any config.log file.
>>
>>
>> /opt/sw/src/fink.build/gcc10-10.3.0-3/gcc-10.3.0 13:26> grep -r isl *
>> | grep 0.15
>> ChangeLog: * config/isl.m4: Detect isl-0.15.
>> INSTALL/prerequisites.html:<dt>isl Library version 0.15 or later.</dt>
>> config/isl.m4: AC_MSG_CHECKING([for isl 0.15 or later])
>> config/isl.m4: AC_MSG_RESULT([required isl version is 0.15 or
>> later])
>> configure: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for
>> isl 0.15 or later" >&5
>> configure:$as_echo_n "checking for isl 0.15 or later... " >&6; }
>> configure: { $as_echo "$as_me:${as_lineno-$LINENO}: result:
>> required isl version is 0.15 or later" >&5
>> configure:$as_echo "required isl version is 0.15 or later" >&6; }
>> gcc/ChangeLog-2015: (optimize_isl): Call the new function
>> get_schedule_map_st for isl-0.15
>> gcc/ChangeLog-2015: * configure.ac: Add check for new options in
>> isl-0.15.
>> gcc/ChangeLog-2016: is deprecated in isl 0.15. Instead, use
>> isl_union_access_* interface.
>> gcc/doc/gccinstall.info:isl Library version 0.15 or later.
>> gcc/doc/install.texi:@item isl Library version 0.15 or later.
>> gcc/fortran/ChangeLog-2007:2007-10-15 Jerry DeLisle
>> <[email protected]>
>> gcc/fortran/ChangeLog-2016:2016-10-15 Jerry DeLisle
>> <[email protected]>
>> gcc/testsuite/ChangeLog-1993-2007:2007-10-15 Jerry DeLisle
>> <[email protected]>
>> gcc/testsuite/ChangeLog-2015: both isl-0.12 and isl-0.15.
>> gcc/testsuite/ChangeLog-2016:2016-10-15 Jerry DeLisle
>> <[email protected]>
>> gcc/testsuite/ChangeLog-2016: isl-0.15.
>> libgfortran/ChangeLog-2007:2007-10-15 Jerry DeLisle
>> <[email protected]>
>>
>> Where I should look for?
>> Best regards, Peter
>
> My mistake. I forgot that gcc10 builds outside the main source tree.
> That should have been
>
> /opt/sw/src/fink.build/gcc10-10.3.0-3/darwin_objdir
>
> Hanspeter
_______________________________________________
Fink-users mailing list
[email protected]
List archive:
https://sourceforge.net/p/fink/mailman/fink-users/
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-users
OpenPGP_signature
(application/pgp-signature, 840 B) - not displayed