spartan777
May 27th, 2007, 04:55 PM
I've installed allegro 4.2 through synaptic, and fmod was installed manually. When i try to install ta3d, i still get an error telling my allegro wasn't installed correctly;
calvin@calvin-desktop:~$ cd /home/calvin/Desktop/ta3d
calvin@calvin-desktop:~/Desktop/ta3d$ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for g++... g++
checking for C++ compiler default output file name... a.out
checking whether the C++ compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking for style of include used by make... GNU
checking dependency style of g++... gcc3
checking for gcc... gcc
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking dependency style of gcc... gcc3
checking whether make sets $(MAKE)... (cached) yes
checking for main in -lGL... yes
checking for main in -lGLU... yes
checking for main in -lz... yes
checking for main in -lfmodex... yes
checking for allegro-config... /usr/bin/allegro-config
checking for Allegro - version >= 4.2.0... no
*** Could not run Allegro test program, checking why...
*** The test program failed to compile or link. See the file config.log for the
*** exact error that occured. This usually means Allegro was incorrectly installed
*** or that you have moved Allegro since it was installed. In the latter case, you
*** may want to edit the allegro-config script: /usr/bin/allegro-config
configure: error: TA3D requires Allegro >= 4.2.0 to be installed
calvin@calvin-desktop:~/Desktop/ta3d$
calvin@calvin-desktop:~$ cd /home/calvin/Desktop/ta3d
calvin@calvin-desktop:~/Desktop/ta3d$ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for g++... g++
checking for C++ compiler default output file name... a.out
checking whether the C++ compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking for style of include used by make... GNU
checking dependency style of g++... gcc3
checking for gcc... gcc
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking dependency style of gcc... gcc3
checking whether make sets $(MAKE)... (cached) yes
checking for main in -lGL... yes
checking for main in -lGLU... yes
checking for main in -lz... yes
checking for main in -lfmodex... yes
checking for allegro-config... /usr/bin/allegro-config
checking for Allegro - version >= 4.2.0... no
*** Could not run Allegro test program, checking why...
*** The test program failed to compile or link. See the file config.log for the
*** exact error that occured. This usually means Allegro was incorrectly installed
*** or that you have moved Allegro since it was installed. In the latter case, you
*** may want to edit the allegro-config script: /usr/bin/allegro-config
configure: error: TA3D requires Allegro >= 4.2.0 to be installed
calvin@calvin-desktop:~/Desktop/ta3d$