Subject: Re: Shared libraries re-enabled for VAX
To: Michael L.Hitch <mhitch@lightning.msu.montana.edu>
From: Matt Thomas <matt@3am-software.com>
List: port-vax
Date: 04/08/2007 20:45:05
On Apr 8, 2007, at 9:39 AM, Michael L. Hitch wrote:

> On Sun, 8 Apr 2007, Johnny Billquist wrote:
>
>> So let's go back to the other problems we have.
>>
>> 1) Running gcc natively don't work. The result is:
>> Gnat:bqt/src> gcc -o hello hello.c
>> /var/tmp//ccT5yaE4.s: Assembler messages:
>> /var/tmp//ccT5yaE4.s:12: Warning: Symbol used as immediate operand  
>> in PIC mode.
>> /var/tmp//ccT5yaE4.s:13: Fatal error: Junk at end of expression "LC0"
>>
>> This from a simple hello world program. Anyone should be able to  
>> reproduce this.
>
>   I had already found this, and pointed it out to Matt.
>
>   Specifying -fno-pic gets rid of the warning message (not  
> suprisingly).

This is now fixed.  Start your rebuilds. :)