firasuke / mussel

The shortest and fastest script to build working cross compilers targeting musl libc
ISC License
88 stars 12 forks source link

Got an "configure: error: cannot compute suffix of object files: cannot compile" #17

Closed takusuman closed 10 months ago

takusuman commented 10 months ago

While I was building mussel via the Copacabana build system, I decided to look at the logs and saw that, at some point, the G.C.C. build broke: image

The main script apparently exited on error, but Copacabana'\''s build script didn't stop there --- and I think that's my fault, so I will fix it as soon as possible.

image

I also noted some more errors, but they're on my front.

takusuman commented 10 months ago

Funnily enough, when I ran it again with dash instead of Slackware's /bin/sh (which is a damn symbolic link to GNU Broken-Again Shell), it built with no further trouble.

firasuke commented 10 months ago

Funnily enough, when I ran it again with dash instead of Slackware's /bin/sh (which is a damn symbolic link to GNU Broken-Again Shell), it built with no further trouble.

If this is no longer an issue, then kindly close it.

takusuman commented 10 months ago

Sure. I'm still testing here, if something new shows up I may reopen this with a comment. For now, just a funky platform-specific bug on Slackware 15.

firasuke commented 10 months ago

Sure. I'm still testing here, if something new shows up I may reopen this with a comment. For now, just a funky platform-specific bug on Slackware 15.

Sure thing. Feel free to reopen if the issue still persists.