Bug#627131: (no subject)
Mark Heily
mark at heily.com
Tue Jun 14 02:37:23 UTC 2011
If you need another testcase, I believe this bug affects the
libblocksruntime package:
clang -c -o runtime.o -DBlocksRuntime_EXPORTS -fPIC -std=c99 -Wall -Wextra
-W -pedantic -Wno-unused-parameter runtime.c
clang -c -o data.o -DBlocksRuntime_EXPORTS -fPIC -std=c99 -Wall -Wextra -W
-pedantic -Wno-unused-parameter data.c
clang -shared -Wl,-export-dynamic -Wl,-soname,libBlocksRuntime.so.0 -o
libBlocksRuntime.so.0.0 runtime.o data.o
/usr/bin/ld: cannot find crti.o: No such file or directory
/usr/bin/ld: cannot find crtbeginS.o: No such file or directory
/usr/bin/ld: cannot find -lgcc
/usr/bin/ld: cannot find -lgcc_s
More information about the Pkg-llvm-team
mailing list