[EMAIL PROTECTED] (Luis R. Rodriguez) writes:

> Here is the meaninful output:
>
> configure:2096: cc --version </dev/null >&5
> /home/mcgrof/DEV/DEBIAN/grubconf-0.5/2/grubconf-0.5/./configure: line 1:
> cc: command not found
> configure:2099: $? = 127
>
> It seems gcc nor gcc-3.3 set /usr/bin/cc  ---> /usr/bin/gcc sym link. 
>
In my system, the /usr/bin/cc is managed via alternatives:

% ls -l /usr/bin/cc
lrwxrwxrwx    1 root     root           20 Oct  9 16:16 /usr/bin/cc -> 
/etc/alternatives/cc
% ls -l /etc/alternatives/cc
lrwxrwxrwx    1 root     root           12 Jan  7 09:59 /etc/alternatives/cc -> 
/usr/bin/gcc


> Anyway, after that, it didn't run into this problem but ran into a
> second one:
>
> aclocal: configure.in: 15: macro `AM_PROG_LIBTOOL' not found in library
>
Have you installed the libtool package?

Andy
-- 
Andreas Rottmann         | [EMAIL PROTECTED]      | [EMAIL PROTECTED] | [EMAIL 
PROTECTED]
http://yi.org/rotty      | GnuPG Key: http://yi.org/rotty/gpg.asc
Fingerprint              | DFB4 4EB4 78A4 5EEE 6219  F228 F92F CFC5 01FD 5B62

Python is executable pseudocode, Perl is executable line-noise.

Reply via email to