gcc3 Questions
5
Solved
I have a doubt concerning the output of the following C program. I tried to compile it using both Visual C++ 6.0 and MinGW32 (gcc 3.4.2).
#include <stdio.h>
int main() {
int x = 2147483647...
Simonsimona asked 24/11, 2014 at 19:57
1
Solved
I am trying to compile GCC 3.4.6 in Ubuntu 14.04 x64. It already has newer version of GCC-4.8.2.
I ran ./configure --prefix=/usr/local/gcc-3.4 and make.
I ended up in several errors for which I ...
3
Solved
1
Solved
I have a static library that has been compiled with gcc 3.4.3 .I would like to use this in code that will now be compiled with gcc-4.
I've read vaguely that gcc-3 and gcc-4 binaries are not compati...
Ringtail asked 6/5, 2011 at 15:24
1
© 2022 - 2024 — McMap. All rights reserved.