2013-02-02 137 views
0

我需要gcc-3.4来编译某些软件。
我安装在我的使用Ubuntu-12.4以下指令: -
https://superuser.com/questions/351742/how-to-install-gcc-3-4-on-ubuntu-11-10gcc-3.4编译错误

须藤dpkg -i来* .deb文件

gcc-3.4 hello.c 

我编译简单的Hello程序。 然后在rpi_exp.c中,#include<stdio.h>开始i get lots of error. 看起来好像没有找到libc

请建议是正确的包安装此?

有许多图书馆在这里要安装哪一个:
http://packages.ubuntu.com/hardy-updates/gcc-3.4

https://ftp7.de.netbsd.org/pub/releases.ubuntu.com/ubuntu/pool/main/g/glibc/ http://packages.ubuntu.com/hardy-updates/i386/libc6-i686/download

错误:? -

[email protected]:~/testing$ gcc-3.4 rpi_exp.c 
In file included from /usr/include/stdio.h:28, 
       from rpi_exp.c:1: 
/usr/include/features.h:324:26: bits/predefs.h: No such file or directory 
/usr/include/features.h:357:25: sys/cdefs.h: No such file or directory 
/usr/include/features.h:389:23: gnu/stubs.h: No such file or directory 
In file included from /usr/include/stdio.h:34, 
       from rpi_exp.c:1: 
/usr/lib/gcc/i486-linux-gnu/3.4.6/include/stddef.h:213: error: syntax error before "typedef" 
In file included from rpi_exp.c:1: 
/usr/include/stdio.h:36:25: bits/types.h: No such file or directory 
In file included from rpi_exp.c:1: 
/usr/include/stdio.h:49: error: syntax error before "typedef" 
/usr/include/stdio.h:54: error: syntax error before "__USING_NAMESPACE_STD" 
/usr/include/stdio.h: In function `__USING_NAMESPACE_STD': 
/usr/include/stdio.h:65: error: storage class specified for parameter `__FILE' 
In file included from /usr/include/_G_config.h:20, 
       from /usr/include/libio.h:32, 
       from /usr/include/stdio.h:75, 
       from rpi_exp.c:1: 

rpi_exp.c:---

#include <stdio.h> 
int main() 
{ 
    printf("Hello, world!\n"); 
    return 0; 
} 

我尝试安装GCC-3.4指:---- http://simplyrisc.blogspot.in/2009/11/install-gcc-34-on-ubuntu-910.html

错误了:---

>> [email protected]:~/testing$ sudo dpkg -i *.deb 


Reading database ... 159968 files and directories currently installed.) 
Preparing to replace cpp-3.4 3.4.6-6ubuntu3 (using cpp-3.4_3.4.6-8ubuntu2_i386.deb) ... 
Unpacking replacement cpp-3.4 ... 
Selecting previously unselected package g++-3.4. 
Unpacking g++-3.4 (from g++-3.4_3.4.6-6ubuntu3_i386.deb) ... 
Selecting previously unselected package gcc-3.4. 
Unpacking gcc-3.4 (from gcc-3.4_3.4.6-8ubuntu2_i386.deb) ... 
Preparing to replace gcc-3.4-base 3.4.6-6ubuntu3 (using gcc-3.4-base_3.4.6-8ubuntu2_i386.deb) ... 
Unpacking replacement gcc-3.4-base ... 
Selecting previously unselected package libstdc++6-dev. 
Unpacking libstdc++6-dev (from libstdc++6-dev_3.4.6-6ubuntu3_i386.deb) ... 
dpkg: dependency problems prevent configuration of g++-3.4: 
g++-3.4 depends on gcc-3.4 (= 3.4.6-6ubuntu3); however: 
    Version of gcc-3.4 on system is 3.4.6-8ubuntu2. 
g++-3.4 depends on gcc-3.4-base (= 3.4.6-6ubuntu3); however: 
    Version of gcc-3.4-base on system is 3.4.6-8ubuntu2. 

dpkg: error processing g++-3.4 (--install): 
dependency problems - leaving unconfigured 
Setting up gcc-3.4-base (3.4.6-8ubuntu2) ... 
dpkg: dependency problems prevent configuration of libstdc++6-dev: 
libstdc++6-dev depends on g++-3.4 (= 3.4.6-6ubuntu3); however: 
    Package g++-3.4 is not configured yet. 
libstdc++6-dev depends on gcc-3.4-base (= 3.4.6-6ubuntu3); however: 
    Version of gcc-3.4-base on system is 3.4.6-8ubuntu2. 

dpkg: error processing libstdc++6-dev (--install): 
dependency problems - leaving unconfigured 
Setting up cpp-3.4 (3.4.6-8ubuntu2) ... 
Processing triggers for man-db ... 
Setting up gcc-3.4 (3.4.6-8ubuntu2) ... 
Errors were encountered while processing: 
g++-3.4 
libstdc++6-dev 

--- ------------------------ [编辑]:---------------------- ----

请帮助我发生了什么问题。

我需要它来编译QEmu。

我再次从以下链接重新安装,无警告没有错误:------
https://launchpad.net/ubuntu/+archive/primary/+sourcepub/277794/+listing-archive-extra

cpp-3.4_3.4.6-6ubuntu3_i386.deb 
g++-3.4_3.4.6-6ubuntu3_i386.deb 
gcc-3.4_3.4.6-6ubuntu3_i386.deb 
gcc-3.4-base_3.4.6-6ubuntu3_i386.deb 
libstdc++6-dev_3.4.6-6ubuntu3_i386.deb 

计划再次崩溃:-----

[email protected]:~/testing$ gcc-3.4 rpi_exp.c 
In file included from /usr/include/stdio.h:28, 
       from rpi_exp.c:1: 
/usr/include/features.h:324:26: bits/predefs.h: No such file or directory 
/usr/include/features.h:357:25: sys/cdefs.h: No such file or directory 
/usr/include/features.h:389:23: gnu/stubs.h: No such file or directory 
In file included from /usr/include/stdio.h:34, 
       from rpi_exp.c:1: 
/usr/lib/gcc/i486-linux-gnu/3.4.6/include/stddef.h:213: error: syntax error before "typedef" 
In file included from rpi_exp.c:1: 
/usr/include/stdio.h:36:25: bits/types.h: No such file or directory 
In file included from rpi_exp.c:1: 
/usr/include/stdio.h:49: error: syntax error before "typedef" 
/usr/include/stdio.h:54: error: syntax error before "__USING_NAMESPACE_STD" 
/usr/include/stdio.h: In function `__USING_NAMESPACE_STD': 
/usr/include/stdio.h:65: error: storage class specified for parameter `__FILE' 
In file included from /usr/include/_G_config.h:20, 
       from /usr/include/libio.h:32, 
       from /usr/include/stdio.h:75, 
       from rpi_exp.c:1: 
/usr/include/wchar.h:95: error: storage class specified for parameter `__mbstate_t' 
In file included from /usr/include/libio.h:32, 
       from /usr/include/stdio.h:75, 
       from rpi_exp.c:1: 
/usr/include/_G_config.h:24: error: syntax error before "__off_t" 
/usr/include/_G_config.h:29: error: syntax error before "__off64_t" 
/usr/include/_G_config.h:53: error: storage class specified for parameter `_G_int16_t' 
/usr/include/_G_config.h:54: error: storage class specified for parameter `_G_int32_t' 
/usr/include/_G_config.h:55: error: storage class specified for parameter `_G_uint16_t' 
/usr/include/_G_config.h:56: error: storage class specified for parameter `_G_uint32_t' 
In file included from /usr/include/libio.h:53, 
       from /usr/include/stdio.h:75, 
       from rpi_exp.c:1: 
/usr/lib/gcc/i486-linux-gnu/3.4.6/include/stdarg.h:43: error: storage class specified for parameter `__gnuc_va_list' 
In file included from /usr/include/stdio.h:75, 
       from rpi_exp.c:1: 
/usr/include/libio.h:182: error: storage class specified for parameter `_IO_lock_t' 
/usr/include/libio.h:302: error: syntax error before "__off_t" 
/usr/include/libio.h:312: error: syntax error before "_IO_lock_t" 
/usr/include/libio.h:340: error: syntax error before '}' token 
/usr/include/libio.h:343: error: storage class specified for parameter `_IO_FILE' 
/usr/include/libio.h:348: error: storage class specified for parameter `_IO_2_1_stdin_' 
/usr/include/libio.h:349: error: storage class specified for parameter `_IO_2_1_stdout_' 
/usr/include/libio.h:350: error: storage class specified for parameter `_IO_2_1_stderr_' 
/usr/include/libio.h:366: error: storage class specified for parameter `__ssize_t' 
/usr/include/libio.h:366: error: syntax error before "__io_read_fn" 
/usr/include/libio.h:374: error: storage class specified for parameter `__ssize_t' 
/usr/include/libio.h:374: error: redefinition of parameter '__ssize_t' 
/usr/include/libio.h:366: error: previous definition of '__ssize_t' was here 
/usr/include/libio.h:374: error: syntax error before "__io_write_fn" 
/usr/include/libio.h:383: error: syntax error before "__off64_t" 
/usr/include/libio.h:383: error: storage class specified for parameter `__io_seek_fn' 
/usr/include/libio.h:386: error: storage class specified for parameter `__io_close_fn' 
/usr/include/libio.h:418: error: syntax error before '*' token 
/usr/include/libio.h:418: error: storage class specified for parameter `__underflow' 

请帮助我发生了什么问题。

+0

您应该提供错误和'hello.c'代码。 – n1xx1

+0

at-N1xx1已过帐 – Katoch

+0

除了系统gcc之外,还要设置自己的gcc版本,这是一个很大的麻烦。几年前,我在我的ubuntu笔记本电脑的主目录中安装了gcc,虽然我在用CPATH,LIBRARTY_PATH等摆弄之后确实已经开始工作,但这不是一个愉快的体验,而且成了维护的噩梦。我不推荐它,如果我要再做一次,它会在chroot中完成。但也许有一种更简单的方式来做到这一点,我不知道。 – amaurea

回答

0

您的错误表示您的文件在版本中不匹配。

你应该安装GCC-3.4拥有所有这些下面的.deb软件包:

CPP-3.4_3.4.6-6ubuntu5_i386.deb G ++ - 3.4_3.4.6-6ubuntu5_i386.deb GCC-3.4_3.4.6 -6ubuntu5_i386.deb GCC-3.4-base_3.4.6-6ubuntu5_i386.deb 的libstdC++ 6-dev_3.4.6-6ubuntu5_i386.deb

通过以下命令安装: dpkg的-i *。deb

好运;)