Created
July 25, 2017 12:56
-
-
Save goyox86/e586500f7673b8c3896038845a84150a 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
x86_64-elf-redox-gcc -g -O2 -DNDEBUG -o gawk array.o awkgram.o builtin.o cint_array.o command.o debug.o eval.o ext.o field.o floatcomp.o gawkapi.o gawkmisc.o int_array.o io.o main.o mpfr.o msg.o node.o profile.o re.o replace.o str_array.o symbol.o version.o support/libsupport.a -lm | |
main.o: In function `load_procinfo': | |
/Users/goyox86/Code/os/redox/redox/cookbook/recipes/gawk/build/main.c:1003: undefined reference to `getppid' | |
collect2: error: ld returned 1 exit status | |
make[3]: *** [gawk] Error 1 | |
make[2]: *** [all-recursive] Error 1 | |
make[1]: *** [all] Error 2 | |
./repo.sh failed.make: *** [build/filesystem.bin] Error 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment