[Clp] [Help] - I new and I can't compile

Gus Gassmann Horand.Gassmann at dal.ca
Tue Apr 6 11:38:21 EDT 2010


On 2 Apr 2010 at 18:07, Jonathan Casagrande wrote:

> Hello Everybody,
> 
> I'm new on CLP solver, and I'm having many many trouble with CLP.
> 
> I'm using the Ubuntu so I can Install everything on Synaptic, so it's
> easier. but when I try to run some application like hello.cpp(example) the
> compiler can't found all class...
> How can I do it right??
> Can somebody help me pls??

Installing a COIN project is a two-step process. Once you download the 
source, you should /configure/ the makefiles. There is a configure script in 
the top level directory. Make a subdirectory there and change into the 
subdirectory. Issue the command

../configure

This prepares all the make files, directories, etc. and gets you ready for the 
next step:

make

or 

make install

if you want to have all executables collected in one spot. 

Hope that helps.
-------------------------------------------------------

gus gassmann          (Horand.Gassmann at dal.ca)

School of Business Administration, Dalhousie University
6100 University Avenue
Halifax, Nova Scotia, Canada , B3H 3J5
ph. (902) 494-1844
fax (902) 494-1107

http://myweb.dal.ca/gassmann/




More information about the Clp mailing list