Created
March 7, 2018 17:02
-
-
Save kodawah/2e789486503911592265e39d826958c5 to your computer and use it in GitHub Desktop.
This file contains 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
$ ./configure | |
generating config.mak ... | |
usage: tr [-Ccsu] string1 string2 | |
tr [-Ccu] -d string1 | |
tr [-Ccu] -s string1 | |
tr [-Ccu] -ds string1 string2 | |
SRCDIR = . | |
DESTDIR = | |
prefix = /usr/local | |
exec_prefix = ${prefix} | |
bindir = ${exec_prefix}/bin | |
libdir = ${exec_prefix}/lib | |
includedir = ${prefix}/include | |
CC = gcc | |
AR = ar | |
LD = gcc | |
RANLIB = ranlib | |
STRIP = strip | |
STATICLIBNAME = liblsmash.a | |
STATICLIB = liblsmash.a | |
SHAREDLIBNAME = liblsmash.dylib | |
SHAREDLIB = | |
IMPLIB = | |
CFLAGS = -Os -ffast-math -Wshadow -Wall -std=c99 -pedantic -I. -I. -fexcess-precision=fast | |
LDFLAGS = -L. | |
SO_LDFLAGS = | |
LIBS = -lm | |
LIBARCH = | |
DEFNAME = | |
SLIB_CMD = | |
configure finished | |
type 'make' : compile library and tools | |
type 'make install' : install all into system | |
type 'make lib' : compile library only | |
type 'make install-lib' : install library and header into system |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment