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 ...
Engel asked 15/10, 2014 at 5:57

3

Solved

I have many static libraries. One is static_lib_a.a. I create a dynamic library, dynamic_lib.so to put them together. In static_lib_a.a, it uses xerces 3.1.1 to parse xml. The following is the cod...
Laryssa asked 25/2, 2011 at 10:52

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.