This repository has been archived by the owner on Dec 5, 2017. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 10
mdtest 1.9.3 installation problem on redhat/centos os #10
Comments
Hi, Did you find a solution. I will try and tak a look at this today.
Alfred
From: aasraoui <[email protected]>
Reply-To: MDTEST-LANL/mdtest <[email protected]>
Date: Thursday, March 2, 2017 at 10:28 PM
To: MDTEST-LANL/mdtest <[email protected]>
Cc: Subscribed <[email protected]>
Subject: [MDTEST-LANL/mdtest] mdtest 1.9.3 installation problem on redhat/centos os (#10)
mdtest installation fails under redhat 7.2
mdtest-1.9.3]# make
DLinux -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D__USE_LARGEFILE64=1 -D_HAS_S3 -I/usr/include/libxml2 -I/path/to/aws4c/include -L/path/to/aws4c/lib -laws4c_extra -laws4c -lcurl -lxml2 -g -o mdtest mdtest.c -lm
make: DLinux: Command not found
make: [mdtest] Error 127 (ignored)
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub<#10>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AB5L1mP2jQVnp0hVggUtw3DqZ16vzdQKks5rh6TugaJpZM4MR4Px>.
|
Your makefile is missing the “-“ in front of the directive. –D$(OS). Should result in –Dlinux.
From: aasraoui <[email protected]>
Reply-To: MDTEST-LANL/mdtest <[email protected]>
Date: Thursday, March 2, 2017 at 10:28 PM
To: MDTEST-LANL/mdtest <[email protected]>
Cc: Subscribed <[email protected]>
Subject: [MDTEST-LANL/mdtest] mdtest 1.9.3 installation problem on redhat/centos os (#10)
mdtest installation fails under redhat 7.2
mdtest-1.9.3]# make
DLinux -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D__USE_LARGEFILE64=1 -D_HAS_S3 -I/usr/include/libxml2 -I/path/to/aws4c/include -L/path/to/aws4c/lib -laws4c_extra -laws4c -lcurl -lxml2 -g -o mdtest mdtest.c -lm
make: DLinux: Command not found
make: [mdtest] Error 127 (ignored)
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub<#10>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AB5L1mP2jQVnp0hVggUtw3DqZ16vzdQKks5rh6TugaJpZM4MR4Px>.
|
checked and the - is included in the Makefile: all: mdtest mdtest: mdtest.c clean: thanks! |
I was also going through the same issue. Please make sure mpicc should be exported. Thanks, |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
mdtest installation fails under redhat 7.2
mdtest-1.9.3]# make
DLinux -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D__USE_LARGEFILE64=1 -D_HAS_S3 -I/usr/include/libxml2 -I/path/to/aws4c/include -L/path/to/aws4c/lib -laws4c_extra -laws4c -lcurl -lxml2 -g -o mdtest mdtest.c -lm
make: DLinux: Command not found
make: [mdtest] Error 127 (ignored)
The text was updated successfully, but these errors were encountered: