g++48

  1. F

    32bit libgcc on FreeBSD 11.0

    Please let me know how to install 32bit libgcc and libstdc++ on FreeBSD 11.0 Steps showing actual issue is given below [xyz]$ cat hello_world.c #include<stdio.h> int main(void) { printf("\n Hello World \n"); return 1; } [xyz]$ gcc -v Using built-in specs. COLLECT_GCC=gcc...
  2. Isaac Monteiro

    C Clang error in optimization

    Hi, I tried to compile this http://lolengine.net/wiki/oss/lolremez with clang, but using any optimization causes the program to behave in a very strange way and gives numerically erroneous results. Compile without optimization produces a very slow binary, so I have to compile using g++48 to...
Back
Top