Hello, Greetings.
I request a help (pointers) to over the following issue that i face.
I am trying to compile ans1c and when i execute make check i observe 5 out of 36 tests fail. The failures occur in
asn1c-0.9.24/asn1c/tests/test-check-119.-fnative-types.-gen-PER
asn1c-0.9.24/asn1c/tests/test-check-119.-gen-PER
asn1c-0.9.24/asn1c/tests/test-check-65
asn1c-0.9.24/asn1c/tests/test-check-70
asn1c-0.9.24/asn1c/tests/test-check-70.-fnative-types
Analyzing further i observed the "make" was unsuccessful for the above five tests related files. The make fails due to "undefined reference to `ilogb'"
which occurs in line 100 and 588 in the file REAL.c.
REAL.c is present only in these 5 failed tests.
Please share pointers as how i can resolve this undefined reference.
Thank you
Regards
Manikantan
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello, Greetings.
I request a help (pointers) to over the following issue that i face.
I am trying to compile ans1c and when i execute make check i observe 5 out of 36 tests fail. The failures occur in
asn1c-0.9.24/asn1c/tests/test-check-119.-fnative-types.-gen-PER
asn1c-0.9.24/asn1c/tests/test-check-119.-gen-PER
asn1c-0.9.24/asn1c/tests/test-check-65
asn1c-0.9.24/asn1c/tests/test-check-70
asn1c-0.9.24/asn1c/tests/test-check-70.-fnative-types
Analyzing further i observed the "make" was unsuccessful for the above five tests related files. The make fails due to "undefined reference to `ilogb'"
which occurs in line 100 and 588 in the file REAL.c.
REAL.c is present only in these 5 failed tests.
Please share pointers as how i can resolve this undefined reference.
Thank you
Regards
Manikantan
I am trying to compile in ubuntu 12.04 LTS.