X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f X-Recipient: djgpp AT delorie DOT com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=yDLERelcNBeVSrmmsFBNW3uthlwpmizuxw/Ivpo/vOg=; b=iG/YBcW2dg36HrrmPHnc4/D6YiU+Cyqct0q3kxtBXZ2pTdkPLGyvri+bj2XpYxsNvO XZkm4XLTer8JQ2r5omeo/7j7by4LDjJlNmR3/nUjDzgRCJmvF31sG/QyWJ1AqqUwJTT8 2zuQfK6R7cCoTnSlqP8+GxGUFoGSI3qlj3MmI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=PGeajJMFy4/+WStg6rjo7jc5h5VS3ymigssYZAfwiogtjoEaBpyBYUmw4BunK2RMOr 9UF2t9Kn/ZFHmkau/v7Pf9x2eO+iR2Y24uUx2rn3XZXvnaL8j3EASOrvePC0Qi0eAzZS gW3Lwfu0Za64+hZKY/hNiN9hNJvZBRl/kzBd8= MIME-Version: 1.0 In-Reply-To: References: <71l40qFlkgreU1 AT mid DOT individual DOT net> <02e7cb58-a8b8-4398-95e9-46ca40293c0c AT j8g2000yql DOT googlegroups DOT com> <7705c9030903100908s6aa681beoaf07ebb0273252c3 AT mail DOT gmail DOT com> Date: Wed, 11 Mar 2009 12:25:52 -0700 Message-ID: <7705c9030903111225t3a2507d1x379001d6c497f72@mail.gmail.com> Subject: Re: openssl-0.9.8 From: Blair Campbell To: djgpp AT delorie DOT com Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk >> I usually copy libwatt.a to libsocket.a so that configure scripts can >> usually find it. >> And of course make sure they're both in /dev/env/DJDIR/lib > > I make link > ln -f d:/djgpp/watt32/lib/libwatt.a d:/djgpp/lib/libsocket.a > > but isn`t solution for bss_sock.c make sure that when linking, that -lsocket is used > >