This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Building shared library using GCC toolchain from Sitara linux SDK 7.0

Hello!

I have a problem with building packages by Sitara toolchain from SDK. For example, I want to build the db-6.0.30 for AM335х EVMSK.

1) I download and unpack it.

2) I make source environment-setup command

3) I run ./configure --host=i686

4) make

5) make install

and cann't find any *.so library. Additional checking show that config.log show:

configure:ХХХХХ: checking if libtool supports shared libraries
configure:ХХХХХ: result: no

Any ideas?