Author Topic: problems with FEAP 8.2 installation on linux  (Read 8061 times)

shuweilin

  • New Member
  • *
  • Posts: 1
problems with FEAP 8.2 installation on linux
« on: December 03, 2012, 03:39:11 AM »
hey guys,
I would like to install FEAP 8.2 on a linux machine, but I met these problem:


make[1]: Entering directory `/home/weilin/FEAP/ver82/program'
makefile:1: /makefile.in: No such file or directory
make[1]: *** No rule to make target `/makefile.in'.  Stop.
make[1]: Leaving directory `/home/weilin/FEAP/ver82/program'
make: *** [archive] Error 2
   
help me!!! thank you

mubeen

  • Jr. Member
  • **
  • Posts: 22
    • Mubeen Shahid
Re: problems with FEAP 8.2 installation on linux
« Reply #1 on: December 05, 2012, 06:10:06 AM »
Well, it seems that you forgot to set the environment variable for FEAPHOME.
Before commencing the installation, enter this command in the shell (I suppose you are using the standard bash):
Code: [Select]

export FEAPHOME8_2=/home/weilin/FEAP/ver82

and then enter the command
Code: [Select]
make install