[ADMB Users] ADMB 10 installation

Shige Song shigesong at gmail.com
Thu Jan 20 05:35:34 PST 2011


Dear All,

I was able to build and install ADMB from source on my Ubuntu box,
with some tweak. I noticed that the following lines in the linux.mak
file

	cp ../scripts/admb/admb ${DISK}/bin
	cp ../scripts/$(CXX)/adcomp ${DISK}/bin
	cp ../scripts/$(CXX)/adlink ${DISK}/bin
	cp ../scripts/g++/Makefile ${DISK}/examples
	cp ../scripts/admb/admb.bat ${DISK}/bin
	cp ../scripts/g++/adcomp.bat ${DISK}/bin
	cp ../scripts/g++/adlink.bat ${DISK}/bin
	cp ../scripts/mingw/set-admb-mingw.bat ${DISK}/bin

Looks like it is not copying the newly built files from the ../build
directory but some pre-built files from the ../scripts directory. I
skip the "make install" step and simply copy everything in the
../build directory to /usr/local/admb.

Shige



More information about the Users mailing list