<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
</style>
</head>
<body class='hmmessage'>
hello,<br>Please i'm a new user to GALIB, i downloaded galib247 under suse 10.3<br>i created a c++ project and rename ex1.c to ex1.cpp add add it as a file in this project but when i tried to compile it i received this msg:<br>---------------------------------------------------------------------------------------------------------------------------------------------<br>ex1.o: In function `main':<br>/home/haidi/GAlib1/src/ex1.cpp:55: undefined reference to `GA2DBinaryStringGenome::GA2DBinaryStringGenome(unsigned int, unsigned int, float (*)(GAGenome&amp;), void*)'<br>/home/haidi/GAlib1/src/ex1.cpp:62: undefined reference to `GASimpleGA::GASimpleGA(GAGenome const&amp;)'<br>/home/haidi/GAlib1/src/ex1.cpp:63: undefined reference to `GASimpleGA::populationSize(unsigned int)'<br>/home/haidi/GAlib1/src/ex1.cpp:71: undefined reference to `GAStatistics::bestIndividual(unsigned int) const'<br>/home/haidi/GAlib1/src/ex1.cpp:74: undefined reference to `GASimpleGA::~GASimpleGA()'<br>/home
 /haidi/GAlib1/src/ex1.cpp:74: undefined reference to `GASimpleGA::~GASimpleGA()'<br>/home/haidi/GAlib1/src/ex1.cpp:74: undefined reference to `GA2DBinaryStringGenome::~GA2DBinaryStringGenome()'<br>/home/haidi/GAlib1/src/ex1.cpp:74: undefined reference to `GA2DBinaryStringGenome::~GA2DBinaryStringGenome()'<br>ex1.o: In function `GAParameterList::set(char const*, unsigned int)':<br>/home/haidi/GAlib1/src/ga/GAParameter.h:78: undefined referen<br>ce to `GAParameterList::set(char const*, void const*)'<br>ex1.o: In function `GAGeneticAlgorithm::pMutation(float)':<br>/home/haidi/GAlib1/src/ga/GABaseGA.h:186: undefined reference to `GAParameterList::set(char const*, double)'<br>ex1.o: In function `GAGeneticAlgorithm::pCrossover(float)':<br>/home/haidi/GAlib1/src/ga/GABaseGA.h:183: undefined reference to `GAParameterList::set(char const*, double)'<br>ex1.o: In function `GAGeneticAlgorithm::evolve(unsigned int)':<br>/home/haidi/GAlib1/src/ga/GABaseGA.h:138: undefined reference to `GA
 Statistics::flushScores()'<br>-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------<br>i will be thankful for any help please<br>thank you for your time<br><br><br><br /><hr />Get news, entertainment and everything you care about at Live.com. <a href='http://www.live.com/getstarted.aspx ' target='_new'>Check it out!</a></body>
</html>