This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

HELP: GAlib


Hello for everyone,

I would use galib

http://lancet.mit.edu/ga/

but g++ cannot find the library:

g++ -I /usr/include/ga example.cc
example.cc:1:30: error: ga/GA2DArrayGenome does not exist
example.cc:2:25: error: ga/GASimpleGA does not exist
example.cc:3:21: error: ga/GAList does not exist
example.cc:4:27: error: ga/GAStatistics does not exist

I use Debian 6. Can any one help?


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]