To: "Brian O'Keefe" <address@hidden>
Subject: Re: include path problems, or cons vs. make incompatability?
Date: Fri, 23 Feb 2001 16:05:57 -0500
From: David Sanderson <address@hidden>
| So, does cons work differently than make in this respect, or do I just have
| cons set up incorrectly? Here is the output from my cons attempt:
|
| gcc -D_POSIX_SOURCE -DUSE_INTTYPES -DNO_T_TYPES -Iexport/linux/include
| -I~/src/dirA -c export/linux/src/dirA/rpc/myfile.c -o
I don't know if this is your problem, but this is wrong: There is no
directory named '~'. Find whatever is sticking the '~' in there use a
directory name instead. Tilde expansion is done by the shell; the
kernel has no idea what it is supposed to mean. Cons might not be using
the shell at all...