Subject: Re: libtool-info file missing
To: Nick Hudson <skrll@netbsd.org>
From: Ruibiao Qiu <ruibiao@arl.wustl.edu>
List: current-users
Date: 03/01/2001 08:34:39
On Thu, 1 Mar 2001, Nick Hudson wrote:
>Ruibiao Qiu wrote:
>>
>> I had a "file missing" error when I built libtool-info. What is wrong with
>> this?
>
>I was missed in the initial commmit. Please update for sources again and
>it should now work.
Now, I have the following errors when I build xform. What should I do?
Thanks.
===> Building for xforms-0.88nb1
mkdir -p objects
cd objects; ar x ../FORMS/libforms.a; for file in *.o; do ln -f ${file}
${file%.o}.lo; done
/usr/pkg/bin/libtool --mode=link gcc -o libforms.la objects/*.lo -rpath
/usr/pkg/lib -version-info 0:88
libtool: link: `objects/align.lo' is not a valid libtool object
*** Error code 1
Ruibiao