View Single Post
  #6  
Old 09-23-2003, 10:38 AM
IAfishiefishie
Fire Beetle
 
Join Date: Sep 2003
Posts: 3
Default crc32.cpp probs on linux

heya trumpcard.. do you get something like this:

gcc -c -Wall -Wuninitialized -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wcomment -Wcast-align -Winline -Wno-deprecated -g -march=i686 -O -pthread -pipe -DFX -D_GNU_SOURCE -DINVERSEXY -DWORLD -DDEBUG=5 -DSHAREMEM -DCATCH_CRASH -DNO_PIDLOG -I/usr/include/mysql -I/usr/mysql/include ../common/crc32.cpp -o ../common/crc32.o
../common/crc32.cpp:105:2: warning: #warning "Comment out i386 define if your arch isn't x86"
../common/crc32.cpp: In static member function `static uint32 CRC32::Update(const int8*, unsigned int, unsigned int)':
../common/crc32.cpp:167: error: asm-specifier for variable `__crc32' conflicts with asm clobber list
make: *** [../common/crc32.o] Error 1


that's from CVS about 5 mins ago...

lol no clue wot to do about it though :P

oops...

Mandrake 9.2 RC1 is wots on the beast... i guess that's pretty recent... mmm...

Gcc specs:
Reading specs from /usr/lib/gcc-lib/i586-mandrake-linux-gnu/3.3.1/specs
Configured with: ../configure --prefix=/usr --libdir=/usr/lib --with-slibdir=/lib --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --disable-checking --enable-long-long --enable-__cxa_atexit --enable-languages=c,c++,ada,f77,objc,java,pascal --host=i586-mandrake-linux-gnu --with-system-zlib
Thread model: posix
gcc version 3.3.1 (Mandrake Linux 9.2 3.3.1-1mdk)

ldconfig -v | grep 'glib' :
libglib-2.0.so.0 -> libglib-2.0.so.0.200.2
libglib-1.2.so.0 -> libglib-1.2.so.0.0.10

working dev environment though, cuz i've had to recompile a helluvalot of junk :P *mumble*apache/php/mysql/etc..*mumble*

anyways...

watchin this with interest

><'>
Reply With Quote