*BSD News Article 54893


Return to BSD News archive

Path: euryale.cc.adfa.oz.au!newshost.anu.edu.au!harbinger.cc.monash.edu.au!yarrina.connect.com.au!munnari.OZ.AU!spool.mu.edu!howland.reston.ans.net!nctuccca.edu.tw!news.cc.nctu.edu.tw!thccx4!eusapia.nthu!u821624
From: u821624@Oz.nthu.edu.tw (u821624 ls)
Newsgroups: comp.parallel.pvm,comp.unix.bsd.freebsd.misc
Subject: Re: PVM and FreeBSD
Followup-To: comp.parallel.pvm,comp.unix.bsd.freebsd.misc
Date: 17 Nov 1995 09:26:32 GMT
Organization: National Tsing Hua Univ. Computing Centre, Taiwan
Lines: 17
Message-ID: <48hkg8$cm5@eusapia.nthu.edu.tw>
References: <47vvt0$ups@columba.udac.uu.se>
NNTP-Posting-Host: thccy14.oz.nthu.edu.tw
X-Newsreader: TIN [version 1.2 PL2]
Xref: euryale.cc.adfa.oz.au comp.parallel.pvm:4124 comp.unix.bsd.freebsd.misc:8866

Peter Hägglund (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.