[arch linux(i686) + gcc && cpp]
HackForum
[arch linux(i686) + gcc && cpp] | # |
| nasledujici problem. na i686 archu mi nejde zkompilovat kod c++ ... asi protoze bude 32bit ;). treba nasledujici uplne jednoduchy prikladovy kod:
#include <iostream>
using namespace std;
int main()
{
cout << "working on i686";
cout << "\n";
return 0;
}
nechtejte at sem pisu chybovy vystup kompilatoru ma to asi 2x 1600x1200 terminaly :)
----------
[link] <> lidska hloupost nezna mezi (odpovědět) | |
|
|
re: [arch linux(i686) + gcc && cpp] | # |
| ked my po tebe nemame chciet vystup kompilatoru, ty po nas nechci vyriesenie tvojho problemu.
P.S. nemusis to rucne opisovat, kazdy dobry shell pozna presmerovanie vystupu do suboru (odpovědět) | myself | 78.128.194.* | 1.6.2008 16:47 |
|
|
|
re: [arch linux(i686) + gcc && cpp] | # |
| LOG:
/tmp/cc9sYRdf.o: In function `main':
01.cpp:(.text+0x1c): undefined reference to `std::cout'
01.cpp:(.text+0x21): undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::operator<< <std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*)'
01.cpp:(.text+0x30): undefined reference to `std::cout'
01.cpp:(.text+0x35): undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::operator<< <std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*)'
/tmp/cc9sYRdf.o: In function `__static_initialization_and_destruction_0( int, int)':
01.cpp:(.text+0x64): undefined reference to `std::ios_base::Init::Init()'
01.cpp:(.text+0x69): undefined reference to `std::ios_base::Init::~Init()'
/tmp/cc9sYRdf.o:(.eh_frame+0x11): undefined reference to `__gxx_personality_v0'
collect2: ld returned 1 exit status
----------
[link] <> lidska hloupost nezna mezi (odpovědět) | |
|
|
re: [arch linux(i686) + gcc && cpp] | # |
| Chybi ti nejspise lib bo neco takovyho. jak to kompilujes? Mas spravne astaveny cesty k lib a include a atp. adresari? Zkousel jsi treba zkompilovat jenom c program? (odpovědět) | babca | 194.212.59.* | 1.6.2008 17:52 |
|
|
|
re: [arch linux(i686) + gcc && cpp] | # |
| [link]
[link]'&ie=utf-8&oe=utf-8&aq=t&rl s=org.mozilla:en-US:official&client=fir efox-a
doufám že pomůže
----------
Get enlightened! (odpovědět) | |
|
|
re: [arch linux(i686) + gcc && cpp] | # |
| zkus to bez using namespace std; a vypisuj klasicky std::cout << "blabla"; (odpovědět) | _( | )_ | 85.132.197.* | 1.6.2008 17:57 |
|
|
|
re: [arch linux(i686) + gcc && cpp] | # |
| diky za rady. rano to zkusim. jinak c program jsem taky zkousel a nic. i bez using namespace jsem to zkousel , ale ta reference snad pomuze. kdyztak jeste pogooglim a pak dam vedet , kdyby se s tim problemem setkal nekdo jiny at si potom vi rady.
----------
[link] <> lidska hloupost nezna mezi (odpovědět) | |
|
|