25 Nov
2008
25 Nov
'08
2:13 p.m.
On 25-11-2008 15:07:51 +0100, Fabian Groffen wrote:
apparently, readline/readline.h is in GNU gcc's default include path but not in Sun Studio cc's default include path on that machine ...
Can check that.
echo $path /usr/bin /bin /usr/sbin /sbin /opt/csw/bin ls /usr/include/readline /usr/include/readline: No such file or directory whereis readline.h whereis: Command not found. locate readline.h locate: Command not found. find /opt/csw -name "readline.h" /opt/csw/include/readline/readline.h
which gcc gcc: Command not found.
Problem clarified. I already wondered, since a virgin Solaris installation doesn't come with readline. That's what Prefix is for :)