Problem making examples with g++ 3.3.2
Brought to you by:
panthomakos
Hi,
It appears that the library was succesfully built and
installed
but when attempting to make the /examples/hopefield
demo program I get a slew of "template" errors.
Thanks in advance for any help.
The actual make output has been uploaded with this message.
The Makefile I used is here:
hopefield: hopefield.o
g++ -o hopefield hopefield.o -L/usr/lib
-lnn-utility
hopefield.o: hopefield.cpp
g++ -c hopefield.cpp
Compiler errors attached
Logged In: NO
Hey,
I am working on your request. I currently do not have version
3.3.2 of g++, and am going to download it shortly. I have
also forwarded your request to other members on the team.
In the meantime maybe you could provide me with some
information. What is the result of this command in g++ 3.3.2:
g++ -o hopefield.o hopefield.cpp -lnn-utility
Without the -L/usr/lib?
Thanks,
Panayiotis Thomakos
Logged In: YES
user_id=851336
What is the result of this command in g++ 3.3.2:
g++ -o hopefield.o hopefield.cpp -lnn-utility
Without the -L/usr/lib?
Thanks,
Pan