|
|

楼主 |
发表于 2006-3-20 19:14:52
|
显示全部楼层
几乎类似的错误p7zip- x86_64-pc-linux-gnu-g++ -O2 -march=k8 -pipe -fomit-frame-pointer -fvisibility-inlines-hidden -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DNDEBUG -D_REENTRANT -DENV_UNIX -shared -o ../../../bin/Formats/7z.so -Wl,-O1 ../../../Common/MyWindows.o ../../../Common/Alloc.o ../../../Common/Vector.o ../../../Common/StringConvert.o ../../../Common/String.o ../../../Common/CRC.o ../../../Common/IntToString.o ../../../Common/StringToInt.o DllExports.o 7zDecode.o 7zEncode.o 7zExtract.o 7zFolderInStream.o 7zFolderOutStream.o 7zHandler.o 7zHandlerOut.o 7zHeader.o 7zIn.o 7zMethodID.o 7zMethods.o 7zOut.o 7zProperties.o 7zSpecStream.o 7zUpdate.o CodecsPath.o CoderLoader.o CoderMixer2.o CoderMixer2MT.o CrossThreadProgress.o FilterCoder.o InStreamWithCRC.o ItemNameUtils.o MultiStream.o StreamUtils.o OutStreamWithCRC.o InOutTempBuffer.o LimitedStreams.o LockedStream.o OutBuffer.o ProgressUtils.o StreamBinder.o StreamObjects.o DLL.o FileDir.o FileFind.o FileIO.o PropVariant.o Synchronization.o CopyCoder.o ../../../myWindows/wine_date_and_time.o ../../../myWindows/myModuleFileName.o -lpthread -ldl
- /usr/lib/gcc/x86_64-pc-linux-gnu/4.1.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../../Common/MyWindows.o: relocation R_X86_64_32 against `__gxx_personality_v0' can not be used when making a shared object; recompile with -fPIC
- ../../../Common/MyWindows.o: could not read symbols: Bad value
- collect2: ld returned 1 exit status
- make[1]: *** [../../../bin/Formats/7z.so] Error 1
- make[1]: Leaving directory `/var/tmp/portage/p7zip-4.33/work/p7zip_4.33/7zip/Archive/7z'
- make: *** [7z] Error 2
- !!! ERROR: app-arch/p7zip-4.33 failed.
- Call stack:
- ebuild.sh, line 1565: Called dyn_compile
- ebuild.sh, line 974: Called src_compile
- !!! compilation error
- !!! If you need support, post the topmost build error, and the call stack if relevant.
复制代码 |
|