Status: New
Owner: ----
New issue 664 by sgbeal: r4288 fails to link in debug mode due to extra
(incorrect) link arg flag
http://code.google.com/p/v8/issues/detail?id=664
r4288 bleeding edge, building in debug mode on Ubuntu 9.10 with gcc 4.4.1 on
x86/32:
g++ -o libv8_g.so -m32 -shared obj/debug/dtoa-config.os <BIG SNIP> empty.os
-lv8_g -lpthread
/usr/bin/ld: cannot find -lv8_g
collect2: ld returned 1 exit status
It's trying to link with itself. The -lv8_g should not be there.
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
To unsubscribe from this group, send email to v8-dev+unsubscribegooglegroups.com or reply
to this email with the words "REMOVE ME" as the subject.