[ADMB Users] Fwd: bash: ./configure: No such file or directory

dave fournier davef at otter-rsch.com
Tue May 10 07:57:32 PDT 2011


On 11-05-10 07:23 AM, Luis Ridao wrote:

I think the software hates you ... but you don't seems to be able to 
think. Look at the line
you posted.


> g++ -c -O3 -Wno-deprecated -D__GNUDOS__ -Dlinux -DOPT_LIB 
> -DUSE_LAPLACE -fpermissive -I. -I/include simple.cpp


The compiler can't find a header file admodel.h.  Why? How does it know 
where to look?
You should know that comes from the -I parts of the above statement.  So 
you look at them.

what is   -I/include

why would /include be a directory for ADMB? Makes no sense. Think about 
it. Obviously there must be
something like

    -I${ENVSTRING}/include

so ENVSTRING is not defined in the shell in which you are running.  
Figure out what it should be.
Hint: look for admodel.h   then set it and you will get on to whatever 
the next problem the
software has waiting for you.





More information about the Users mailing list