Subject: Re: Shared libraries re-enabled for VAX
To: Johnny Billquist <bqt@softjar.se>
From: Jason Thorpe <thorpej@shagadelic.org>
List: port-vax
Date: 04/02/2007 16:47:49
On Apr 2, 2007, at 2:02 AM, Johnny Billquist wrote:
> Matt Thomas wrote:
>> I just committed about 3 weeks of testing and development of
>> getting GCC to produce PIC code for VAX and greatly improved 64bit
>> math support.
>
> Hmm. Problems. Trying to build -current as of yesterday, cross-
> compiling from i386, I got stuck at libedit.
>
> Two problems:
>
> 1) Lots of "/usr/src/lib/libedit/chared.c(68): warning: conversion
> from 'long' to 'int' may lose accuracy [132]" which seems silly, as
> I would think long and int are the same size.
they're not on all platforms, and lint is supposed to catch this kind
of problem.
-- thorpej