arla 0.40 build failure
Joakim Fallsjo
fallsjo at sanchin.se
Tue Oct 25 08:53:57 CEST 2005
Mark Rosenstand <mark at borkware.net> writes:
> Hello fellow Arla drunks!
>
Try the attached patch...
> I have what I would consider a pretty ordinary Linux/i686 system here.
> However, when I try to build arla, I get this:
>
> ../../libtool: line 1860: cd: -p: invalid option
> cd: usage: cd [-L|-P] [dir]
> libtool: link: cannot determine absolute directory name of `-pthread'
> make[1]: *** [gensysname] Error 1
> make[1]: Leaving directory
> `/home/mark/src/borkware/network/arla/src/arla-0.40/lib/ko'
>
> BTW: If you fix this, could you also consider improving your sugarfree
> yoghurt products? The current implementation is way too sweet.
>
> --
> .-. Mark Rosenstand (-.)
> oo| cc )
> /`'\ (+45) 255 31337 3-n-(
> (\_;/) mark at borkware.net _(|/`->
/JockeF
Index: cf/check-kerberos.m4
===================================================================
RCS file: /afs/stacken.kth.se/src/SourceRepository/arla/cf/check-kerberos.m4,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -r1.61 -r1.62
--- cf/check-kerberos.m4 12 Sep 2004 20:30:01 -0000 1.61
+++ cf/check-kerberos.m4 23 Oct 2005 18:57:42 -0000 1.62
@@ -1,5 +1,5 @@
dnl
-dnl $Id: check-kerberos.m4,v 1.61 2004/09/12 20:30:01 lha Exp $
+dnl $Id: check-kerberos.m4,v 1.62 2005/10/23 18:57:42 fallsjo Exp $
dnl
dnl Check if the dog is alive
dnl
@@ -241,6 +241,7 @@
"") ;;
-L*) KRB5_LIB_DIR="$KRB5_LIB_DIR $[1]" ;;
-l*) KRB5_LIB_LIBS="$KRB5_LIB_LIBS $[1]" ;;
+ -pthread) KRB5_LIB_LIBS="$KRB5_LIB_LIBS -pthread" ;;
*) KRB5_LIB_DIR="$KRB5_LIB_DIR -L$[1]" ;;
esac
shift
More information about the Arla-drinkers
mailing list