mirror of
https://github.com/lcn2/calc.git
synced 2025-08-16 01:03:29 +03:00
Merge pull request #67 from Leoongithub/patch-1
Update latest information about compile under Windows
This commit is contained in:
2
Makefile
2
Makefile
@@ -1811,7 +1811,7 @@ CCWERR=
|
|||||||
CCOPT= ${DEBUG}
|
CCOPT= ${DEBUG}
|
||||||
CCMISC=
|
CCMISC=
|
||||||
#
|
#
|
||||||
LCC= x86_64-w64-mingw32-gcc
|
LCC= cc
|
||||||
CC= ${PURIFY} ${LCC} ${CCWERR}
|
CC= ${PURIFY} ${LCC} ${CCWERR}
|
||||||
#
|
#
|
||||||
endif
|
endif
|
||||||
|
@@ -72,29 +72,20 @@ and Un*x tools for Windows.
|
|||||||
The major porting work for Cygwin was performed by Thomas Jones-Low
|
The major porting work for Cygwin was performed by Thomas Jones-Low
|
||||||
(tjoneslo at softstart dot com).
|
(tjoneslo at softstart dot com).
|
||||||
|
|
||||||
In March 2009, Michael Penk (mpenk at wuska dot com) reported success in
|
In December 2022, Leoongithub successfully compiled calc-2.14.1.2 under
|
||||||
installs under Cygwin:
|
cygwin 2.924 (64 bit). The following are the compilation steps.
|
||||||
|
|
||||||
On my fairly complete Cygwin installs, everything compiles,
|
Install the latest version of cygwin (https://cygwin.com/install.html).
|
||||||
checks, and installs correctly. My Cygwin is configured
|
In addition to the default packages, you also need to check these three
|
||||||
in a very standard way (out of the box, using all of Cygwin's
|
packages: gcc-core, make, and libreadline-devel. The version of these
|
||||||
defaults). The install worked on 5 different machines with
|
packages does not matter. Just choose the latest version.
|
||||||
Cygwin on them: one XP home, one XP professional, and three
|
|
||||||
Vista professionals.
|
|
||||||
|
|
||||||
Using the calc Makefile, he did the following:
|
Execute following commands in the source code directory:
|
||||||
|
|
||||||
make all target=Cygwin
|
make all
|
||||||
make check
|
make check
|
||||||
make install
|
make install
|
||||||
|
|
||||||
He also reports:
|
|
||||||
|
|
||||||
Of course, one should be logged in as an Administrator when
|
|
||||||
one builds and installs calc.
|
|
||||||
|
|
||||||
He was compiling calc 2.12.4.0 with Cygwin version 1.5.25-15.
|
|
||||||
|
|
||||||
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
|
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
|
||||||
=-= If all else fails, for Cygwin =-=
|
=-= If all else fails, for Cygwin =-=
|
||||||
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
|
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
|
||||||
|
Reference in New Issue
Block a user