Displaying 1 result from an estimated 1 matches for "lsourc".
Did you mean:
sourc
2000 Mar 31
1
building a package
...:
`make pkg-acepack' runs without error (see below),
but it does not
* compile any .f file in acepack/src
* (hence) try to create any dll file or libs
(I'm working with Rw1000 under Win98, with the cygwin tools.)
Looking into the MakePkg it looks like the following line
LSOURCES=$(wildcard $(SSPKG)/*.c $(SSPKG)/*.f)
produces a blank. Inside MakeDll there is another `wildcard'
that also produces a blank:
SOURCES=$(wildcard -f *.c *.f)
Thanks for any hint,
-Yudi-
C:\R\rw1000\src\gnuwin32>make pkg-acepack
/R/TOOLS/MAKE.EXE DLLNM= EXTRADOCS= \
-C /R/rw1000/s...