[haiku-development] Re: Compiling torsocks

  • From: Giovanni Mugnai <musical777@xxxxxxxxx>
  • To: haiku-development@xxxxxxxxxxxxx
  • Date: Fri, 9 Nov 2012 13:27:01 +0100

2012/11/9 Giovanni Mugnai <musical777@xxxxxxxxx>

>
> after a while the process ends with: configure: error: "libdl is required"
> but libdl.so is present on my system, in /boot/system/lib, what can i do?
>
> Thank you very much!
> Giovanni.
>


After some tweaks, configure ends correctly.
Now when i do "make", the process ends with:
make[1]: Entering directory `/boot/develop/torsocks-1.2'
Making all in src
make[2]: Entering directory `/boot/develop/torsocks-1.2/src'
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..
  -g -O2 -Wall -MT torsocks.lo -MD -MP -MF .deps/torsocks.Tpo -c -o
torsocks.lo torsocks.c
mv -f .deps/torsocks.Tpo .deps/torsocks.Plo
mv: cannot stat `.deps/torsocks.Tpo': No such file or directory
make[2]: *** [torsocks.lo] Error 1
make[2]: Leaving directory `/boot/develop/torsocks-1.2/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/boot/develop/torsocks-1.2'
make: *** [all] Error 2

Why torsocks.Tpo is not present?

Other related posts: