Re: HELP: GAlib

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Tue, 11 Feb 2014, Anna Szekér wrote:

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

That -I is telling the compiler to look for /usr/include/ga/ga/GA2DArrayGenome

Notice something wrong?

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

Missing .h at the end of the name? Look at the files in /usr/include/ga, there isn't one called GA2DArrayGenome, just like the error message is telling you...

--
Marc Glisse




[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux