From owner-freebsd-stable Tue Mar 25 8:12:23 2003 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0F03137B404 for ; Tue, 25 Mar 2003 08:12:21 -0800 (PST) Received: from mailhost.firstcallgroup.co.uk (dilbert.firstcallgroup.co.uk [194.200.93.142]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6B16F43FAF for ; Tue, 25 Mar 2003 08:12:20 -0800 (PST) (envelope-from pfrench@firstcallgroup.co.uk) Received: from pfrench by mailhost.firstcallgroup.co.uk with local (Exim 3.36 #1) id 18xr2B-000O92-00 for stable@freebsd.org; Tue, 25 Mar 2003 16:12:19 +0000 To: stable@freebsd.org Subject: Odd link order behaviour with OpenSSL and DES Message-Id: From: Pete French Date: Tue, 25 Mar 2003 16:12:19 +0000 X-Spam-Status: No, hits=-3.2 required=5.0 tests=AWL version=2.50 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.50 (1.173-2003-02-20-exp) Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I have a tiny program: puts("hello"); SSL_load_error_strings(); SSL_library_init(); return 0; If I link it as: -lobjc -lz -ldes -lm -lssl -lcrypto Then it segmentation faults. If I re-arrange it such that the line line is: -lobjc -lz -lm -lssl -lcrypto -ldes Then I get no segemntation fault! This has only started happening with a CVSUP of todays code for 4.8-RC. Previously I was running a CVSup from the 18th of March. Is this a deliberate change to linking behaviour ? -pcf. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message