geniusgao / libevent-longpolling

Automatically exported from code.google.com/p/libevent-longpolling
0 stars 0 forks source link

x64 problems? #2

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
libevent-lp$ make
cc -o libevent-longpolling main.o -levent
/usr/bin/ld: i386 architecture of input file `main.o' is incompatible with 
i386:x86-64 output
collect2: ld returned 1 exit status
make: *** [all] Fehler 1

How to fix it?

thanks!

Original issue reported on code.google.com by filipec...@gmail.com on 9 Feb 2011 at 6:56

GoogleCodeExporter commented 9 years ago
just remove rm main.o and make it :)

Original comment by Fedorov....@gmail.com on 19 Nov 2011 at 10:32