redis in PASE and gcc compilar

Issue #12 closed
Former user created an issue

I am trying to get redis up and running in PASE and I have been having trouble with the gcc compiler. I have it load just fine, however, it looks like when I use gmake in the /src directory it can not fine it.

See below,, Thoughts? BOHLZ@ [/Qopensys/opt/freeware/redis-4.0.11]
gmake
cd src && gmake all
gmake[1]: Entering directory /QOpenSys/opt/freeware/redis-4.0.11/src' [34mCC [0m [33madlist.o [0m gcc: error trying to exec 'cc1': execvp: No such file or directory gmake[1]: *** [adlist.o] Error 1 gmake[1]: Leaving directory/QOpenSys/opt/freeware/redis-4.0.11/src'
gmake: *** [all] Error 2
BOHLZ@ [/Qopensys/opt/freeware/redis-4.0.11]

Comments (2)

  1. Log in to comment