Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
checking for shl_load... configure: error: Link tests are not allowed after GCC_
NO_EXECUTABLES.
The i686-elf gcc is the one downloadable at the cross-compiler wiki entry. Any Ideas how this can be fixed?
I had that problem while trying to compile libsupc++. Basically the problem is that its looking for dlopen() but as it's a bare metal target, it doesn't find any. I was even compiling with a Hosted GCC Compiler, but it still didn't work. I tried to fiddle with the makefile.ac so it got past that point, but still got errors for stuff that's not implemented, so I just gave up.
If some of you people keep insisting on having backwards compatibitity with the stone age, we'll have stone tools forever.
My Hobby OS: https://github.com/heatd/Onyx