Tim Renner wrote:
$ for f in `find . -name '*.a'`;do nm $f 2>/dev/null |grep
PSEUDO_RELOC_LIST && echo $f;
done
U ___RUNTIME_PSEUDO_RELOC_LIST_END__
U ___RUNTIME_PSEUDO_RELOC_LIST__
./libcygwin.a
U ___RUNTIME_PSEUDO_RELOC_LIST_END__
U ___RUNTIME_PSEUDO_RELOC_LIST__
Tim Renner wrote:
$ for f in `find . -name '*.a'`;do nm $f 2>/dev/null |grep
PSEUDO_RELOC_LIST && echo $f;
done
U ___RUNTIME_PSEUDO_RELOC_LIST_END__
U ___RUNTIME_PSEUDO_RELOC_LIST__
./libcygwin.a
U ___RUNTIME_PSEUDO_RELOC_LIST_END__
U ___RUNTIME_PSEUDO_RELOC_LIST__
Alright, I've "successfully"(Untested ;) built a gcc-2.95.3-10 cross
compiler on linux from the Cygwin sources, but when linking I get this
error:
Ender:/tmp # i386-pc-cygwin-g++ -o test.exe test.cpp
/root/cross/i386-pc-cygwin/lib/libcygwin.a(pseudo-reloc.o)(.text+0x49):
undefined reference to
3 matches
Mail list logo