LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Installation problem with Prolog (https://www.linuxquestions.org/questions/linux-newbie-8/installation-problem-with-prolog-518810/)

manolakis 01-12-2007 07:46 PM

Installation problem with Prolog
 
Hey there
Well I am quite newbie with Linux so i would be reallly obliged to anyone who will answer my question
I have unpacked the prolog installation packet in my Desktop(therefore home/man/Desktop/)
When i first tried to install it by executing the Makefile i got a series of the same error which was Permission Denied
I tried to su and perform the same step again
Here is what i got
./Makefile: line 4: ROOT_DIR: command not found
./Makefile: line 5: PKG_NAME: command not found
./Makefile: line 7: INSTALL_DIR: command not found
./Makefile: line 8: LINKS_DIR: command not found
./Makefile: line 9: DOC_DIR: command not found
./Makefile: line 10: HTML_DIR: command not found
./Makefile: line 11: EXAMPLES_DIR: command not found
./Makefile: line 13: TXT_FILES: command not found
./Makefile: line 14: BIN_FILES: command not found
./Makefile: line 15: OBJ_FILES: command not found
./Makefile: line 16: LIB_FILES: command not found
./Makefile: line 17: INC_FILES: command not found
./Makefile: line 18: DOC_FILES: command not found
./Makefile: line 19: HTML_FILES: command not found
./Makefile: line 20: EXPL_FILES: command not found
./Makefile: line 21: EXC_FILES: command not found
./Makefile: line 22: EXFD_FILES: command not found
./Makefile: line 24: INSTALL: command not found
./Makefile: line 26: INSTALL_DATA: command not found
./Makefile: line 28: TOP_LEVEL: command not found
./Makefile: line 30: LN_S: command not found
./Makefile: line 31: RANLIB: command not found
./Makefile: line 33: LE_DIRS: command not found
./Makefile: line 34: W32GC_DIRS: command not found
./Makefile: line 35: FD_DIRS: command not found
./Makefile: line 36: LE_DIRS: command not found
./Makefile: line 36: FD_DIRS: command not found
./Makefile: line 36: SUB_DIRS: command not found
./Makefile: line 38: LE_DIRS: command not found
./Makefile: line 38: W32GC_DIRS: command not found
./Makefile: line 38: FD_DIRS: command not found
./Makefile: line 38: SUB_DIRS_ALL: command not found
./Makefile: line 44: all:: command not found
./Makefile: line 45: MAKE: command not found
./Makefile: line 45: config: command not found
./Makefile: line 46: ./SETVARS: No such file or directory
./Makefile: line 47: SUB_DIRS: command not found
./Makefile: line 47: MAKE: command not found
./Makefile: line 47: TOP_LEVEL: command not found
./Makefile: line 52: install-strip:: command not found
./Makefile: line 53: MAKE: command not found
./Makefile: line 53: INSTALL_PROGRAM=$(INSTALL_PROGRAM) -s: command not found
./Makefile: line 55: install:: command not found
./Makefile: line 57: install-system:: command not found
./Makefile: line 58: INSTALL_DIR: command not found
./Makefile: line 58: INSTALL_DIR: command not found
./Makefile: line 58: INSTALL_DIR: command not found
./Makefile: line 58: INSTALL_DIR: command not found
./Makefile: line 58: ./mkinstalldirs: No such file or directory
./Makefile: line 60: TXT_FILES: command not found
./Makefile: line 61: BIN_FILES: command not found
./Makefile: line 62: OBJ_FILES: command not found
./Makefile: line 63: LIB_FILES: command not found
./Makefile: line 64: INC_FILES: command not found
./Makefile: line 65: INSTALL_DIR: command not found
./Makefile: line 65: RANLIB: command not found
./Makefile: line 65: 13822i: command not found
./Makefile: line 68: uninstall:: command not found
./Makefile: line 69: INSTALL_DIR: command not found
./Makefile: line 70: INSTALL_DIR: command not found
./Makefile: line 70: /usr/bin/rm: No such file or directory
./Makefile: line 71: INSTALL_DIR: command not found
./Makefile: line 71: /usr/bin/rm: No such file or directory
./Makefile: line 72: TXT_FILES: command not found
./Makefile: line 73: INSTALL_DIR: command not found


I believe that this happens because i try to install it in a wrong directory?
Am i rigth?Any ideas?

Really thanks for your time

PS:I am using BackTrack Slackware edition if that matters

Nylex 01-13-2007 01:11 AM

You don't execute makefiles, you run "make". It might be a good idea to tell us which Prolog implementation you're installing, or to go and look for installation documentation.


All times are GMT -5. The time now is 03:46 PM.