On Tue, Apr 21, 2009 at 2:58 PM, Adam Langley <a...@chromium.org> wrote:
> The shared link is still a word-in-progress. I'm not surprised that it
> segfaulted.

Craig and SGK may have gotten it to work!
http://codereview.chromium.org/88058

>> Could you please tell me little bit more about --start-group and --end-
>> group around -l option. I am wondering if I can just put it around the
>> whole group of chrome libraries that I am trying to link or do I have
>> to identify groups that make up one required library ... e.g.
>> I need to link libwebcore.a and libgoogleurl.a
>> libgoogleurl.a  uses libbase.a ... then --start-group -lbase googleurl
>> --end-group --start-group -lewebcore --end-group
>
> Put it around the whole lot. See man ld(1) for info.

In general, you should look at how the existing build works and
emulate that.  Just trying to link the files together without
analyzing the existing build is unlikely to work.  You can pass
--verbose when building to get the command lines printed out.

--~--~---------~--~----~------------~-------~--~----~
Chromium Developers mailing list: chromium-dev@googlegroups.com 
View archives, change email options, or unsubscribe: 
    http://groups.google.com/group/chromium-dev
-~----------~----~----~----~------~----~------~--~---

Reply via email to