[C++]Problem z kompilacja
: 30 grudnia 2007, 13:41
Witam, mam problemik, a mianowicie chce skompilowac program *.cpp ale po wydaniu polecenia make wywala mi takie cos...
System to Debian Lenny amd64. Pozdro i dzieki za jakas podpowiedz.
Co musze zrobic, bo z tego co zrozumialem, to sie przywala do niekompatybilnosci architektury procka.dusty@assasello:~/SO/z5$ make
g++ sem.o prog.o -o filo -lpthread
collect2: ld terminated with signal 11 [Naruszenie ochrony pamięci]
/usr/bin/ld: i386 architecture of input file `sem.o' is incompatible with i386:x86-64 output
/usr/bin/ld: i386 architecture of input file `prog.o' is incompatible with i386:x86-64 output
make: *** [filo] Błąd 1
System to Debian Lenny amd64. Pozdro i dzieki za jakas podpowiedz.