Howdy all!
I have just managed to get my library to build with mingw and produce
windows DLLs. Yipee!
Part of the process called for me to add a flag to the LD_FLAGS which
causes gcc to produce an extra output file, called libnetcdf.def.
This extra file is not a binary, but I want to install it
On Wednesday 02 August 2006 20:18, Harlan Stenn wrote:
> Is the *file* size bigger or are the results of 'size progname' bigger?
I've just compared the size of the binary, I didn't use the 'size' command.
Regards, Pieter
Is the *file* size bigger or are the results of 'size progname' bigger?
h
On Tuesday 01 August 2006 15:26, Andreas Schwab wrote:
> Pieter Grimmerink <[EMAIL PROTECTED]> writes:
> > 1. move all >200 sourcefiles back into a single directory...
> > 2. stop using autotools, so we no longer need convenience libs to
> > handle subdirectories
>
> You don't need convenience libr
Hello,
On Sun, Jul 30, 2006 at 02:24:52AM +0530, Debarshi 'Rishi' Ray wrote:
> With this set-up 'make install' throws:
> make[2]: *** No rule to make target `xmlrpclibauth.py', needed by
> `install-pyexecPYTHON'. Stop.
> make[2]: Leaving directory `/devel/GNOWSYS/g7/gnow/src'
I really cannot und