|
Now configure check your system :
|
|
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking for a BSD-compatible install... /usr/bin/ginstall -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether build environment is sane... yes
checking for style of include used by make... GNU
checking for gcc... gcc
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 gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking dependency style of gcc... gcc3
checking for a sed that does not truncate output... /usr/bin/sed
checking for egrep... grep -E
checking for ld used by gcc...
...........................
|
|
When configure finish its work ,it gives to you a report about your system and about packages required by openddpt :
|
|
*** Note: Your system appears to not have the openGL libraries then
*** you can compile OpenDDPT library but some test may not work like
*** gravity test.
*** Note: Your system appears to not have the FFTW libraries then
*** you can compile OpenDDPT library but you cannot do Bode diagram
*** of digital filters.
|