MidwestGeek
unread,Feb 9, 2012, 5:57:15 PM2/9/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Chromium-discuss
I built Chromium from the source code on linux. And, I ran "file
chrome", and I got
chrome: ELF 64-bit LSB shared object, AMD x86-64, version 1 (SYSV),
for GNU/Linux 2.6.9, not stripped
So, this chrome executable is actually a shared library? Does anybody
know why the binary executable is built as a shared object? Is there
any option that I can use to control the building process, so that I
will get a "pure" executable, instead of such executable shared
library?
Thanks!