Greetings. I'm new to Agar and having a bit of trouble with the install. I am using Ubuntu 11.04 x64. I am executing the build as follows:
../configure --prefix=/usr/local/agar make depend all sudo make install The compile and all appears to have been fine, I have the .libs folders with the built libraries in them. The problem seems to be with the install script itself. After the "sudo make install" completes I only have the following folder tree. +lib --libag_core.a --libag_core.la --libag_core.so --libag_core.so.4 --libag_core.so.4.0.0 +man -- (populated with cat(1-9) & man(1-9) The problem is the headers and the libs for the gui, math, and others didn't move. I tried to manually copy the headers over but they don't seem to collate correctly (the headers explode, specifically the config stuff when trying to compile the helloworld.c). Just wondering if anyone has any ideas. Thanks for the consideration. _______________________________________________ Agar mailing list [email protected] http://libagar.org/lists.html
