Created
November 2, 2014 09:59
-
-
Save epipenau/b187c33b3ef39618af86 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| gmake[3]: Entering directory '/opt/pkgsrc/lang/mono/work/mono-3.10.0/mono/dis' | |
| CC get.o | |
| get.c: In function 'get_constant': | |
| get.c:2333:3: warning: implicit declaration of function 'isnormal' [-Wimplicit-function-declaration] | |
| get.c:2333:3: warning: nested extern declaration of 'isnormal' [-Wnested-externs] | |
| CC dis-cil.o | |
| CC util.o | |
| util.c: In function 'dis_isinf': | |
| util.c:135:2: warning: implicit declaration of function 'isinf' [-Wimplicit-function-declaration] | |
| AR libmonodis.a | |
| CC dump.o | |
| CC main.o | |
| CC declsec.o | |
| CCLD monodis | |
| *** [buildlink3] Warning: libtool replaced -leglib with ../../eglib/src/libeglib.la | |
| Undefined first referenced | |
| symbol in file | |
| isnormal libmonodis.a(get.o) | |
| ld: fatal: symbol referencing errors. No output written to .libs/monodis | |
| collect2: error: ld returned 1 exit status | |
| Makefile:563: recipe for target 'monodis' failed |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment