avrdude-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [avrdude-dev] -static on cygwin


From: Joerg Wunsch
Subject: Re: [avrdude-dev] -static on cygwin
Date: Tue, 25 Feb 2003 10:19:40 +0100
User-agent: Mutt/1.2.5i

As Sander Pool wrote:

> I missed the beginning of the thread but why would it be bad to ship two
> additional dlls?

Ideally, i think he'd like to get it without any additional DLLs,
because DLLs are always a pain in the butt to handle.  What if the
next application to install comes with a different version of that
DLL?  You probably know the dilemma better than me. ;-)  (I don't have
Windows, and don't want one. :)

> If you link statically you wouldn't save any space, right?

You will, unless your application needs /any and all/ functions out of
the libraries. ;-)  Also, it's fairly unlikely that any other program
running at the same time might really share some code from those DLLs,
so the point of a shared library is not met anyway.  (There's one other
application for a shared library, to provide a run-time plugin that can
easily be exchanged, but that doesn't apply here either.)

-- 
J"org Wunsch                                           Unix support engineer
address@hidden        http://www.interface-systems.de/~j/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]