Re: [sage-devel] 9.4.rc2, dochtml failed if configured with CC=clang and CXX=clang++ (gcc was used sometimes?)

2021-08-16 Thread Kazuyoshi Furutaka
2021年8月17日火曜日 13:28:28 UTC+9 dim...@gmail.com: > > > On Tue, 17 Aug 2021, 06:50 Kazuyoshi Furutaka, > wrote: > >> >> >> 2021年8月17日(火) 12:41 Dima Pasechnik : >> >>> How exactly do you call ./configure? >>> >>> CC=clang CXX=clang++ ./configure >>> >>> produces a working build on some systems a

Re: [sage-devel] 9.4.rc2, dochtml failed if configured with CC=clang and CXX=clang++ (gcc was used sometimes?)

2021-08-16 Thread Dima Pasechnik
On Tue, 17 Aug 2021, 06:50 Kazuyoshi Furutaka, wrote: > > > 2021年8月17日(火) 12:41 Dima Pasechnik : > >> How exactly do you call ./configure? >> >> CC=clang CXX=clang++ ./configure >> >> produces a working build on some systems at least. >> >> In principle, gcc and clang are producing compatible b

Re: [sage-devel] 9.4.rc2, dochtml failed if configured with CC=clang and CXX=clang++ (gcc was used sometimes?)

2021-08-16 Thread Kazuyoshi Furutaka
2021年8月17日(火) 12:41 Dima Pasechnik : > How exactly do you call ./configure? > > CC=clang CXX=clang++ ./configure > > produces a working build on some systems at least. > > In principle, gcc and clang are producing compatible binaries, but YMMV. > > Not so for g++ and clang++, mixing them up is

Re: [sage-devel] 9.4.rc2, dochtml failed if configured with CC=clang and CXX=clang++ (gcc was used sometimes?)

2021-08-16 Thread Dima Pasechnik
How exactly do you call ./configure? CC=clang CXX=clang++ ./configure produces a working build on some systems at least. In principle, gcc and clang are producing compatible binaries, but YMMV. Not so for g++ and clang++, mixing them up is likely to fail. There's also an extra complication i

[sage-devel] 9.4.rc2, dochtml failed if configured with CC=clang and CXX=clang++ (gcc was used sometimes?)

2021-08-16 Thread Kazuyoshi Furutaka
Dear sage experts... I'm sorry again for not showing the fix and only to report As the subject says, when configured with CC=clang and CXX=clang++, the build of dochtml failed. > *** > Error building Sage. > > The following pa

Re: [sage-devel] hypergraph.nauty when creating singletons gives SIGSEGV

2021-08-16 Thread Leww
Sorry for the confusion, I made the post assuming that it came from the oddly formatted singleton tuples (now I know why there is an extra comma there). Later I found out that the error was caused by something else; since this thread is not deleted here is the true source of the unhandled error