Correct... 
I took a closer look at the binaries -- besides libssl, libz, & libv8, the 
node in the Raspbian repository also linked to the 
shared ld-linux-armhf, libcares, libcrypto, libev, libutil libraries.

On Monday, October 29, 2012 1:14:42 PM UTC-7, Nathan Rajlich wrote:
>
> If you mean "5mb larger than the one in the Raspbian repository" then 
> I'd guess it's cause they're linking to a shared OpenSSL and zlib 
> (maybe even V8), whereas when you compile it manually those get 
> statically linked to the node binary (resulting in a larger size due 
> to the additional symbols). 
>
> On Mon, Oct 29, 2012 at 12:29 PM, Ben Noordhuis 
> <in...@bnoordhuis.nl<javascript:>> 
> wrote: 
> > On Mon, Oct 29, 2012 at 7:21 PM, Mike <mike.h...@gmail.com <javascript:>> 
> wrote: 
> >> Given a node binary, any easy way of determining what options were 
> passed to 
> >> ./configure when the binary was built? 
> > 
> > Yes, for certain values of 'easy'. 
> > 
> > $ node -pe process.config 
>

-- 
Job Board: http://jobs.nodejs.org/
Posting guidelines: 
https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
You received this message because you are subscribed to the Google
Groups "nodejs" group.
To post to this group, send email to nodejs@googlegroups.com
To unsubscribe from this group, send email to
nodejs+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/nodejs?hl=en?hl=en

Reply via email to