Andrea Palmatè
Andrea Palmatè
-static-libgcc used with -shared doesn't produce a file with libgcc linked statically and instead produce a file linked always with libgcc.so Not only. When used with clib2 and shared objects...
i've noticed that log2 with newlib as an issue. If you try this simple program ``` #include #include int main() { std::cout
Well. I've found a strange problem when linking Godot (that is an huge c++ project) I've compiled everything but the exe doesn't reach never the main. (so my suspect that...
I'm trying to link a program using static gcc and stdc++. At moment the only way is to rename the shared objects and link against gcc_eh (because '-static-libgcc and -static-libstdc++...
I'm trying BG1 (on AmigaOS4) to test the engine and now when the game starts (after account creation) i have an assertion in TextContainer.cpp, line 223 printSize.w. I've seen that...
I have a strange problem. When i call unsubscribe() from javascript the server receive correctly the disconnect event: @Disconnect public void onDisconnect(AtmosphereResourceEvent event) But then i receive again another connect....
Powerpc fpmath.h is missing xbits struct in IEEEl2bits and so files like asinl cannot be compiled
With gcc11.1 (but i suppose also other versions except maybe 8) is not possible to compile this kind of lines anymore: `asm volatile ("mtdcr %0, %1" :: "i" (reg), "r"...
In Java code there is a test repeated twice `if (userAgent.indexOf(deviceWinMob) != -1 || userAgent.indexOf(deviceWinMob) != -1 ` Not an issue of course. It is has popped out by SpotBugs...
In RayLib all functions starts with `rl`. And in `lists.h` there are some functions that has the same name. Would be possible to rename them to something different?