/appro/ipnc_app/network/esmtp-1.0 not contain the makefile.
How do I make this program?
Thanks very much.
...
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.
esmtp-1.0 depend for libesmtp.
I make the libesmtp :
./configure CC=arm_v5t_le-gcc --build=i686-pc-linux --target=arm-linux --host=arm-linux --prefix=/home/
make
make install
and then:
cp config.h ../esmtp-1.0
cd esmtp-1.0
./configure CC=arm_v5t_le-gcc --build=i686-pc-linux --target=arm-linux --host=arm-linux --prefix=/home/
checking for libesmtp.h... no
configure: error: libesmtp.h not found in
what's wrong?
Bruce, if you have libesmtp in non standart path you must use full path.
As example:
./configugre --target=arm -prefix=/tmp/esmtp CC=arm_v5t_le-gcc CGLAGS=-I/full/path/to/libesmtp/headers LDFLAGS=-L/full/path/to/libesmtp/library
PKG_DIRECTORY=/full/path/to/libesmtp/pc/file ./configugre --target=arm -prefix=/tmp/esmtp CC=arm_v5t_le-gcc