Hi David

About the Cmake: When I specify
# Set default C++ flags.
#awu150813/14: auch hier die -m32  (-fPIC folgt unten)
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -m32  -Wall")
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -m32  -Wall -g -O2")

to get 32bit code, the library is built ok, but the make install will 
move the library to the /usr/local/lib64

When I move the library (or a link to it) to /usr/local/lib my sdr does 
not find the version 4 library.

Something in the build is not as it should, but I don't understand. As 
stated before, the version 3 libray is correctely built and installed in 
the 32bit-lib directory /usr/local/lib.

Any suggestions?

Alfred


On 14.08.2015 12:39, David Rowe wrote:
> Hi Alfred,
>
> Speex is only required for the unittests, which as of 0.4 are no longer
> included in the stable releases.
>
> Cheers,
>
> David
>
> On 14/08/15 18:28, wully wrote:
>> Sorry to ask simple questions
>>
>> I am using the old library libcodec2.0.3 from september 2014. I have
>> modified the cc_flags, so as to build 32bit-Version.
>>
>>     This library shows
>>
>> ldd libcodec2.so.0.3
>>            linux-gate.so.1 (0xf76fe000)
>>            libm.so.6 => /lib/libm.so.6 (0xf7622000)
>>            libspeex.so.1 => /usr/lib/libspeex.so.1 (0xf760a000)
>>            libc.so.6 => /lib/libc.so.6 (0xf745d000)
>>            /lib/ld-linux.so.2 (0xf7701000)
>>
>> This version runs nicely with my SDR.
>>
>>
>> When using the current SVN branches/0.4 it creates a libcodec2.so.0.4
>>
>>
>> ldd libcodec2.so.0.4
>>            linux-gate.so.1 (0xf76de000)
>>            libm.so.6 => /lib/libm.so.6 (0xf762d000)
>>            libc.so.6 => /lib/libc.so.6 (0xf7480000)
>>            /lib/ld-linux.so.2 (0xf76e1000)
>>
>>
>> When I try to attach this library in my SDR, it shows: library
>> libcodec2.0.4 not found. I think, this comes from the missing libspeex.
>> Why is ther no libspeex in this new version?
>>
>> 73, Alfred, hb9epu
>>
>>


------------------------------------------------------------------------------
_______________________________________________
Freetel-codec2 mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freetel-codec2

Reply via email to