[cfe-dev] Ubuntu install location fixes

Gonsolo gonsolo at gmail.com
Tue Feb 16 03:22:33 PST 2010


Hi!

Here are fixes for clang on my system (Ubuntu 9.10 32 bit).

One remaining breakage:

/tmp/cc-UZRrfs.o:(.gnu.linkonce.r._ZZ18__gthread_active_pvE20__gthread_active_ptr+0x0): 
undefined reference to `__gthrw_pthread_cancel(unsigned long)'
collect2: ld returned 1 exit status
clang: error: linker command failed with exit code 1 (use -v to see 
invocation)
make: *** [bla] Error 1

with this testcase:

#include <string>

int main()
{
	std::string bla;
	return 0;
}

Is this problem known?

g
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-Move-Ubuntu-install-location.patch
Type: text/x-patch
Size: 2069 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20100216/9c5966ac/attachment.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0002-Fix-Ubuntu-32-bit-install-location.patch
Type: text/x-patch
Size: 1159 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20100216/9c5966ac/attachment-0001.bin>


More information about the cfe-dev mailing list