[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: RFC: mozilla-thunderbird-1.0



Sigfred Håversen wrote:

Further I got an error with -pthread while linking ldap library. Unfortunately the error ran out of xterm buffer, so I can't paste it here. I'm just compiling with an additional --disable-ldap in CONFIGURE_ARGS.



I've the same with this patch : unrecognized option to ld :


======= making ./libldap50.so.1.0
/usr/bin/ld -Bshareable    -o libldap50.so.1.0 ./abandon.o ./add.o ./bind.o ./cache.o ./charray.o ./charset.o ./compare.o ./compat.o ./control.o ./countvalues.o ./delete.o ./disptmpl.o ./dsparse.o ./error.o ./extendop.o ./free.o ./freevalues.o ./friendly.o ./getattr.o ./getdn.o ./getdxbyname.o ./getentry.o ./getfilter.o ./getoption.o ./getvalues.o ./memcache.o ./message.o ./modify.o ./open.o ./os-ip.o ./proxyauthctrl.o ./psearch.o ./referral.o ./regex.o ./rename.o ./request.o ./reslist.o ./result.o ./saslbind.o ./sbind.o ./search.o ./setoption.o ./sort.o ./sortctrl.o ./srchpref.o ./tmplout.o ./ufn.o ./unbind.o ./unescape.o ./url.o ./utf8.o ./vlistctrl.o  -L/usr/ports/mail/mozilla-thunderbird/w-mozilla-thunderbird-1.0/mozilla/dist/lib -llber50 -pthread
/usr/bin/ld: unrecognized option '-pthread'
/usr/bin/ld: use the --help option for usage information
gmake[6]: *** [libldap50.so.1.0] Error 1
gmake

&%* cvs ..., add patch-directory_c-sdk_config_rules_mk to patches/


$OpenBSD: patch-directory_c-sdk_config_rules_mk,v 1.1 2004/02/15 19:41:58 wilfried Exp $
--- directory/c-sdk/config/rules.mk.orig	2004-02-15 11:03:01.000000000 +0100
+++ directory/c-sdk/config/rules.mk	2004-02-15 11:18:42.000000000 +0100
@@ -225,7 +225,7 @@ ifdef RELEASE_HEADERS
 	$(NSINSTALL) -t -m 0644 $(RELEASE_HEADERS) $(DESTDIR)$(includedir)
 endif
 ifdef RELEASE_LIBS
-	$(NSINSTALL) -t -m 0755 $(RELEASE_LIBS) $(DESTDIR)$(libdir)
+	$(NSINSTALL) -t -m 0444 $(RELEASE_LIBS) $(DESTDIR)$(libdir)
 endif
 	+$(LOOP_OVER_DIRS)
 

Visit your host, monkey.org