From owner-freebsd-questions Wed Apr 5 07:38:14 1995 Return-Path: questions-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id HAA21938 for questions-outgoing; Wed, 5 Apr 1995 07:38:14 -0700 Received: from trout.sri.MT.net (trout.sri.MT.net [204.182.243.12]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id HAA21927 for ; Wed, 5 Apr 1995 07:38:04 -0700 Received: (from nate@localhost) by trout.sri.MT.net (8.6.9/8.6.9) id IAA10829; Wed, 5 Apr 1995 08:40:33 -0600 Date: Wed, 5 Apr 1995 08:40:33 -0600 Message-Id: <199504051440.IAA10829@trout.sri.MT.net> To: cracauer@wavehh.hanse.de Cc: FreeBSD-questions@freefall.cdrom.com Subject: Re: FreeBSD-2.0R: ar/ranlib problems with certain object files In-Reply-To: <9504051040.AA05327@wavehh.hanse.de> References: <9504051040.AA05327@wavehh.hanse.de> Reply-To: nate@sneezy.sri.com (Nate Williams) From: nate@sneezy.sri.com (Nate Williams) Sender: questions-owner@FreeBSD.org Precedence: bulk Martin Cracauer writes: > OK, stupid me, of course it is a length limitation, but not on the > indentifiers, but on the name of the object file to archive. Ahh, this bug has been fixed since 2.0R. With 2.0R, you must use the 'truncate' option since ar/ranlib don't contain support for long archive. Be of good cheer, it works like you expect in -current and it will work in 2.1. Nate