pombr / pfac

Automatically exported from code.google.com/p/pfac
0 stars 0 forks source link

Make not working... #2

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Trying to make the simple_example in ./test

2. I do `make`

3. Get an error

What is the expected output? What do you see instead?
Should make the simple_example

What version of the product are you using? On what operating system?
Ubuntu 11.04 32-bit, g++/gcc 4.4.5

Please provide any additional information below.
eamorr@dx2000:~/Desktop/PFAC-v1.1/test$ make
g++ -m32 -fopenmp -c -O2 -D_REENTRANT -Wall -I/usr/local/cuda/include 
-I/home/eamorr/Desktop/PFAC-v1.1/test/include -o ../obj/simple_example.o 
simple_example.cpp
simple_example.cpp:47: fatal error: PFAC.h: No such file or directory
compilation terminated.
make: *** [../obj/simple_example.o] Error 1

I've done an `export 
PFAC_LIB_ROOT=$PFAC_LIB_ROOT:/home/eamorr/Desktop/PFAC-v1.1`

Any information as to how to resolve this problem is much appreciated.

Thanks in advance,

Original issue reported on code.google.com by eohy...@gmail.com on 12 Jul 2011 at 2:57