Hello Everyone,
Just following up on my 12/24/2012 thread but I just updated the FreeDV
sources but it seems that the most current FreeDV sources still won't
compile on my Linux setup. Any ideas on how to get past the libctb test
for a 64bit Centos6 distro? I'm still getting:
# rpm -ql libctb
/usr/lib64/libctb-0.16.a
/usr/lib64/libctb-0.16.so
/usr/share/doc/libctb-0.16
/usr/share/doc/libctb-0.16/COPYRIGHT
/usr/share/doc/libctb-0.16/README
/usr/share/doc/libctb-0.16/refman.pdf
# rpm -ql libctb-devel
/usr/include/ctb-0.16
/usr/include/ctb-0.16/ctb.h
/usr/include/ctb-0.16/fifo.h
/usr/include/ctb-0.16/getopt.h
/usr/include/ctb-0.16/iobase.h
/usr/include/ctb-0.16/linux
/usr/include/ctb-0.16/linux/serport.h
/usr/include/ctb-0.16/linux/timer.h
/usr/include/ctb-0.16/portscan.h
/usr/include/ctb-0.16/serport.h
/usr/include/ctb-0.16/serportx.h
/usr/include/ctb-0.16/timer.h
/usr/lib64/libctb-0.16.so
/usr/share/doc/libctb-devel-0.16
/usr/share/doc/libctb-devel-0.16/COPYRIGHT
/usr/share/doc/libctb-devel-0.16/README
/usr/share/doc/libctb-devel-0.16/refman.pdf
# cd /usr/src/archive/FreeDV/fdmdv2
# ./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 whether the C++ compiler works... yes
checking for C++ compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
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++... none
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... none
checking for main in -ladvapi32... no
checking for main in -lcodec2... no
checking for main in -lcomctl32... no
checking for main in -lcomdlg32... no
checking for main in -lgdi32... no
checking for main in -lkernel32... no
checking for main in -lm... yes
checking for main in -lole32... no
checking for main in -loleaut32... no
checking for src_new in -lportaudio... no
checking for main in -lportaudiocpp... yes
checking for main in -lpthread... yes
checking for main in -lrpcrt4... no
checking for main in -lshell32... no
checking for main in -luser32... no
checking for main in -luuid... no
checking for main in -lwinmm... no
checking for main in -lwinspool... no
checking for main in -lwsock32... no
checking for main in -lwxexpat... no
checking for main in -lwxjpeg... no
checking for main in -lwxmsw29u... no
checking for main in -lwxpng... no
checking for main in -lwxregexu... no
checking for main in -lwxtiff... no
checking for main in -lwxzlib... no
checking for library containing src_new... -lsamplerate
checking for library containing sf_format_check... -lsndfile
checking for library containing sox_init... no
checking for libctb-0.16... configure: error: failed. Maybe you need to
set LDPATH or CXXPATH. See configure --help
I've tried both:
export CXXPATH="/usr/include/ctb-0.16/"
and
export LDPATH="/usr/include/ctb-0.16/"
and then re-running ./configure without any improvements. Could this
be a 64bit issue?
Any ideas?
Ps. Below is from my previous email as well. It might matter but I'm
not sure
I should mention that the libctp Makefile did not create the
/usr/lib64/libctp as expected but only created /usr/lib/libctp so I
moved things in the RPM spec file. Maybe that's not legal? If not, I
guess I need to figure out how to fix libctp.
--David
------------------------------------------------------------------------------
The Go Parallel Website, sponsored by Intel - in partnership with Geeknet,
is your hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials, tech docs,
whitepapers, evaluation guides, and opinion stories. Check out the most
recent posts - join the conversation now. http://goparallel.sourceforge.net/
_______________________________________________
Freetel-codec2 mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freetel-codec2