weis nicht wo ich das sonst posten könnte
habe folgendes problemich habe den gcc 4.2.1 compiler brauche aber den 2.96er oder 3.3
wie kann ich den am besten installieren?ich habe suse 10.1
habe folgendes gefunden
ftp://ftp.gwdg.de/pub/misc/gcc/old-releases/gcc-2
aber das kann ich leider nicht als installationsquelle hinzufügen.
warum brauche ich einen niedrigeren?
deshalb
Matchup.o
make[1]: Leaving directory `/root/repasm/BWTools'
make[1]: Entering directory `/root/repasm/StormLib'
cc -fpic -c pklib/crc32.c -o pklib/crc32.o
cc -fpic -c pklib/explode.c -o pklib/explode.o
cc -fpic -c pklib/implode.c -o pklib/implode.o
g++ -fpic -c wave/wave.cpp -o wave/wave.o
g++ -fpic -c huffman/huffman.cpp -o huffman/huffman.o
huffman/huffman.cpp3: warning: no newline at end of file
g++ -fpic -c StormPortLinux.cpp -o StormPortLinux.o
StormPortLinux.cpp: In function 'char* ErrString(int)':
StormPortLinux.cpp:44: warning: deprecated conversion from string constant to 'char*'
StormPortLinux.cpp:46: warning: deprecated conversion from string constant to 'char*'
StormPortLinux.cpp:48: warning: deprecated conversion from string constant to 'char*'
StormPortLinux.cpp:50: warning: deprecated conversion from string constant to 'char*'
StormPortLinux.cpp:52: warning: deprecated conversion from string constant to 'char*'
StormPortLinux.cpp:54: warning: deprecated conversion from string constant to 'char*'
StormPortLinux.cpp:56: warning: deprecated conversion from string constant to 'char*'
StormPortLinux.cpp:58: warning: deprecated conversion from string constant to 'char*'
StormPortLinux.cpp:60: warning: deprecated conversion from string constant to 'char*'
StormPortLinux.cpp:62: warning: deprecated conversion from string constant to 'char*'
StormPortLinux.cpp:64: warning: deprecated conversion from string constant to 'char*'
StormPortLinux.cpp:66: warning: deprecated conversion from string constant to 'char*'
StormPortLinux.cpp:68: warning: deprecated conversion from string constant to 'char*'
StormPortLinux.cpp: In function 'bool CloseHandle(void*)':
StormPortLinux.cpp:88: error: cast from 'void*' to 'int' loses precision
StormPortLinux.cpp: In function 'DWORD GetFileSize(void*, DWORD*)':
StormPortLinux.cpp:97: error: cast from 'void*' to 'int' loses precision
StormPortLinux.cpp: In function 'DWORD SetFilePointer(void*, LONG, LONG*, DWORD)':
StormPortLinux.cpp:104: error: cast from 'void*' to 'int' loses precision
StormPortLinux.cpp: In function 'bool SetEndOfFile(void*)':
StormPortLinux.cpp:109: error: cast from 'void*' to 'int' loses precision
StormPortLinux.cpp:109: error: cast from 'void*' to 'int' loses precision
StormPortLinux.cpp: In function 'bool ReadFile(void*, void*, DWORD, DWORD*, void*)':
StormPortLinux.cpp:115: error: cast from 'void*' to 'int' loses precision
StormPortLinux.cpp: In function 'bool WriteFile(void*, const void*, DWORD, DWORD*, void*)':
StormPortLinux.cpp:126: error: cast from 'void*' to 'int' loses precision
make[1]: *** [StormPortLinux.o] Error 1
make[1]: Leaving directory `/root/repasm/StormLib'
make: *** [repasm.so] Error 2
