LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   make (command not found) (https://www.linuxquestions.org/questions/linux-software-2/make-command-not-found-71570/)

eduac 07-10-2003 10:59 AM

make (command not found)
 
People,

i have tried to install the licq but the follow error message appears to me, when i try to compile the package:


eduardo:/usr/local/licq/licq-1.2.7 # make
bash: make: command not found


i have the linux suse 8.1 version

comment: i already use the ./configure before this...

fancypiper 07-10-2003 11:04 AM

Did you install the developmental packages?

# What compiler version do I have installed
gcc -v
gcc --version

eduac 07-10-2003 11:12 AM

yes...i already install the gcc package



eduardo:~ # gcc -v
Reading specs from /usr/lib/gcc-lib/i486-suse-linux/3.2/specs
Configured with: ../configure --enable-threads=posix --prefix=/usr --with-local-prefix=/usr/local --infodir=/usr/share/info --mandir=/usr/share/man --libdir=/usr/lib --enable-languages=c,c++,f77,objc,java,ada --enable-libgcj --with-gxx-include-dir=/usr/include/g++ --with-slibdir=/lib --with-system-zlib --enable-shared --enable-__cxa_atexit i486-suse-linux
Thread model: posix


fancypiper 07-10-2003 11:24 AM

Then, from the error message, apparently make either isn't installed or it's not in your path.

Either install make or give the path to it.
Code:

fancy@uilleann $ gcc -v
Reading specs from /usr/lib/gcc-lib/i386-redhat-linux/2.96/specs
gcc version 2.96 20000731 (Red Hat Linux 7.3 2.96-113)
fancy@uilleann $ gcc --version
2.96


eduac 07-10-2003 11:27 AM

how i can give the path for the make command?

fancypiper 07-10-2003 11:31 AM

I don't use SuSE and your command didn't give what I expected. My path to make is:

/usr/bin/make

eduac 07-10-2003 11:43 AM

humm...this dont working on.:confused: the make command dont appear into the /usr/bin

fancypiper 07-10-2003 11:49 AM

Use yast (?) and see if you have it installed.

eduac 07-10-2003 12:01 PM

the make command is running now, but the appears a new error when i try the make install command:


make[1]: *** [licq.o] Error 127
make[1]: Leaving directory `/usr/local/licq/licq-1.2.7/src'
make: *** [install-recursive] Error 1


All times are GMT -5. The time now is 12:19 AM.