From: Mathieu R. <rog...@fr...> - 2004-09-21 22:24:05
|
Grigorenko Dmitriy wrote: > Hello! > > I`ve downloaded opencxx 2.8 and typed > ./configure > make > > Next, I tried to run opencxx by following > > [grigorenko@cluster opencxx]$ ./occ2 --version > > and got > > ./occ2: line 369: /usr/local/bin/occ: No such file or directory > > Is it correct? > Thank you > > one solution is in ./configure --help you can install any program in a location of your choice by using ./configure --prefix= LOCATION and then make, make install regards |