Forum: Linux
2017-02-09, 00:59
|
Replies: 30
Views: 7,752
I have a pretty well-automated version now: To...
I have a pretty well-automated version now: To build PFGW with Docker, get and extract the sources of PFGW. In the directory with the sources, create a Dockerfile with this content:
FROM gcc
RUN...
|
Forum: Linux
2017-02-08, 23:55
|
Replies: 30
Views: 7,752
|
Forum: Linux
2017-02-08, 23:13
|
Replies: 30
Views: 7,752
|
Forum: Linux
2017-02-08, 23:06
|
Replies: 30
Views: 7,752
I also tried this, it also failed:
...
I also tried this, it also failed:
/usr/src/mprime/gwnum# make -f make64
gcc -I.. -DX86_64 -O2 -c cpuid.c
gcc -I.. -DX86_64 -O2 -c gwnum.c
gcc -I.. -DX86_64 -O2 -c gwtables.c
gcc -I.. -DX86_64...
|
Forum: Linux
2017-02-08, 22:36
|
Replies: 30
Views: 7,752
I did get the libgmp.a, but cannot compile...
I did get the libgmp.a, but cannot compile mprime:
/usr/src/mprime/linux64# make
[ ! -e ../security.h ] && touch ../security.h || true
[ ! -e ../security.c ] && touch ../security.c || true
[...
|
Forum: Linux
2017-02-08, 22:03
|
Replies: 30
Views: 7,752
isdigit() is already there, you just need to...
isdigit() is already there, you just need to include it as shown in the diff.
@paulunderwood: Do you have some commands I can run? I'm trying to automate the build using a Docker container. So...
|
Forum: Linux
2017-02-08, 21:04
|
Replies: 30
Views: 7,752
|