Hi. What I think is an interesting error with a dying child:
% uname -a
OSF1 goanna.ind.tansu.com.au V4.0 1530 alpha
% gmake -v
GNU Make version 3.79.1, by Richard Stallman and Roland McGrath.
Built for alphaev56-dec-osf4.0g
Copyright (C) 1988, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98
This doesn't appear to be a GNU make bug.
Please contact the FreeType folks for more help. When you do so, please
include pertinent information like the type and version of operating
system you're building on, etc.
Good luck...
--
--
[root@www freetype-2.0.1]#
makebuilds/freetype.mk:194: no file name for `include'cc -c
-I./builds/ansi -I./include -I./src -o obj/ftsystem.o src/base/ftsystem.cIn
file included from
/usr/include/bits/posix1_lim.h:126,
from
/usr/include/limits.h:30,
from
/
hello,
I'm not sure whether the following reflects a bug,
or just my misunderstanding of the way make works...
I'd like to build a library 'libFoo.a' out of files
distributed over a couple of subdirectories:
src/Foo/Bar/bar.cc
src/Foo/Baz/baz.cc
...
and src/Foo/Makefile looks so:
--
SRC