Newsgroups: comp.parallel.pvm,comp.unix.bsd.freebsd.misc
From: u821624@Oz.nthu.edu.tw (u821624 ls)
Subject: Re: PVM and FreeBSD
Organization: National Tsing Hua Univ. Computing Centre, Taiwan
Date: 17 Nov 1995 09:26:32 GMT
Message-ID: <48hkg8$cm5@eusapia.nthu.edu.tw>

Peter Hgglund (peterh@tdb.uu.se) wrote:
: Hi,
: I'm trying to install PVM 3.3.9 on a FreeBSD 2.0.5 system.
: My problem is that when I compile it with gcc 2.6.3 I
: get the message

:    ../pvmlog.c:103: conflicting types for 'sys_errlist'
:    /usr/include/stdio.h:244: previous declaration of 'sys_errlist'
:    Error code 1

    there're some files need to be modified.
    you can grep 'sys_errlist' , then change the declaration 
    to that in your stdio.h, as I can recall, add __const before char
    and after the *.


    Frank.

