This is the mail archive of the gsl-discuss@sources.redhat.com mailing list for the GSL project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Add missing $(EXEEXT)


Andris Pavenis writes:
 > Both gsl-histogram and gsl-randist were built and I didn't noticed problems
 > for i586-pc-msdoddjgpp (where EXEEXT=.exe)
 > 
 > So perhaps the patch is enough.

Looking at automake more closely, I think this is an missing feature
in automake -- it adds EXEEXT automatically to bin_PROGRAMS and
check_PROGRAMS but not to TESTS.  It will affect all programs using
Automake.  If you are working on msdosdjgpp a lot, it could help to
send a bug report to the automake maintainers with a small example so
that all GNU packages will compile with djgpp in future.  Please
CC:gsl-discuss on the message if you do that.

I will keep the patch until the next release of GSL and if Automake
does not handle it automatically at that time then I will add the
patch.

-- 
Brian Gough

Network Theory Ltd,
Commercial support for GSL --- http://www.network-theory.co.uk/gsl/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]