Hi Paul,
I'd like to check whether there has been any progress
on the code we've been talking about. If there hasn't
been the opportunity tell me a bit about how you thought
it could be done, and I'll code it right away.
Sincerely,
--
Eray (exa) Ozkural
Comp. Sci. Dept., Bilkent University, An
%% Milo Velimirovic <[EMAIL PROTECTED]> writes:
mv> I'm trying to build gmake on a NEXTSTEP 3.3 system on an intel cpu.
mv> After patching the typedef __SIZE_TYPE__ __size_t in glob/glob.h
mv> to be:
mv> typedef unsigned long int __size_t;
You shouldn't have to do that.
mv> make comp
Hi:
I'm trying to build gmake on a NEXTSTEP 3.3 system on an intel cpu.
After patching the typedef __SIZE_TYPE__ __size_t in glob/glob.h
to be:
typedef unsigned long int __size_t;
make complains thusly:
gettext.c: In function `dgettext__':
gettext.c:2374: `LC_MESSAGES' undeclared (first use this
> From: "Paul D. Smith" <[EMAIL PROTECTED]>
> Date: Mon, 8 Jan 2001 17:42:28 -0600
>
> CSRC = $(foreach file,$(CSRCLIST),$(if $(wildcard $(subst
> \,/,$(file))),$(file),$(MAIN_IP_DIR)\$(file)))
>
> to check the existance of a specific file.
> My problem with wildcard is that it is case-sensit
JETZT EINLOGGEN
HTTP://www.ural.ru
---SHAREWARE
PS@MAIL--
Dieser Fusstext erschein nur bei Nutzung einer unregistrierten Version von [EMAIL PROTECTED]
[EMAIL PROTECTED] unter http://www.shareware.de
http
JETZT EINLOGGEN
HTTP://www.ural.ru
---SHAREWARE
PS@MAIL--
Dieser Fusstext erschein nur bei Nutzung einer unregistrierten Version von [EMAIL PROTECTED]
[EMAIL PROTECTED] unter http://www.shareware.de
http
Hello!
>From manual:
-
Here is the syntax of a static pattern rule:
targets ...: target-pattern: dep-patterns ...
commands
...
-
I think "dep-patterns" need