Tim, 

Can you point me at what we might be doing wrong as far as the build that
causes it to be so large, we are doing a get and then opening the project in
VS2k8 and saying build solution, should we be doing something else? Also why
is the linux lib so much larger than the windows version?


Thank you for your help.




Timothy Bish wrote:
> 
> On Mon, 2009-10-19 at 14:46 -0700, yesnid wrote:
>> Hello All,
>> 
>> I am trying to get some of my compatriots to use ActiveMQ but they are
>> saying that the C++ library is 400+ MB in size when they compile it for
>> windows, we compiled the linux version and got an approximately 35MB
>> library. I am sure especially with the windows one that this can be a
>> much
>> smaller library, I only need the client capabilities, the broker is on a
>> separate box, If any one could give help/proof in showing that these
>> libraries do not have to be this large I would appreciate it. Thank you!
> 
> The dynamic libraries on Windows are pretty small, the release build of
> the dll is about 6.5 MB, and the debug version is around 9 MB.  
> 
> You can run the strip command on the linux library further reduce its
> size, although you won't get any meaningful stack traces from it should
> there any crashes.
> 
> Regards
> Tim.
> 
> 
> -- 
> Tim Bish
> http://fusesource.com
> http://timbish.blogspot.com/
> 
> 
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/ActiveMQ-CPP-library-Size-tp25966248p25967541.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Reply via email to