bug-gnucobol
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: GnuCOBOL 3.1-rc1 on FreeBSD


From: Bruno Haible
Subject: Re: GnuCOBOL 3.1-rc1 on FreeBSD
Date: Tue, 14 Jul 2020 03:12:20 +0200
User-agent: KMail/5.1.3 (Linux/4.4.0-179-generic; KDE/5.18.0; x86_64; ; )

Paul McNary asked:
> I am sorry to hijack link but what instructions do you use to build on 
> FreeBSD 11/12?

On FreeBSD, I use these commands to build most GNU packages:
  $ ./configure --prefix=$HOME CPPFLAGS="-I$HOME/include -Wall" 
LDFLAGS="-L$HOME/lib" 2>&1 | tee log1
  $ make 2>&1 | tee log2
  $ make check 2>&1 | tee log3

Bruno




reply via email to

[Prev in Thread] Current Thread [Next in Thread]