On Mon, Nov 02, 2009 at 06:09:24AM -0800, Sylv1 wrote: > Hey, > im trying to install the programm in order to be abble to generate chains. > Im working on Ubuntu 9.04 and build the stxxl 1.2.1. > I have symlinked the directory to stxxl in the building dir and then tried to > build the source of the programm with :
edit Makefile.local and set the path to BOOST and STXXL there. your stxxl path does not exist. also you seem to have an older version of boost installed in /usr, so you have to download a tarball from boost.org and build it yourself and write the path to it into Makefile.local > cd obj > make > > and get the following (only begining of the trace) : > ------------------------------------------------------------------------------ > l...@ls:~/Desktop/a51/a5_tables/tmto-svn/obj$ make > g++-4.1 -malign-double -O2 -DSTXXL_BOOST_THREADS -DSTXXL_BOOST_CONFIG > -DSTXXL_BOOST_FILESYSTEM -DSTXXL_BOOST_RANDOM -DSTXXL_BOOST_TIMESTAMP -I.. > -I/usr/local/cuda/include -I/home/Desktop/stxxl-1.2.1/include -c -o > calculate_chain.o ../calculate_chain.cpp [snip] > Can any1 help me to solve this thing? And can also a1 explain me how to > generate the chains once my error would be solved.? the various options are described on the website, together with a sample command line. _______________________________________________ A51 mailing list [email protected] http://lists.lists.reflextor.com/cgi-bin/mailman/listinfo/a51
