Skip to content

Instantly share code, notes, and snippets.

@ahyattdev
Created April 24, 2016 14:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ahyattdev/7e4da95d48a6d25ad77aad926a14e7b0 to your computer and use it in GitHub Desktop.
Save ahyattdev/7e4da95d48a6d25ad77aad926a14e7b0 to your computer and use it in GitHub Desktop.
/Developer/usr/bin/make all-recursive
Making all in gnulib/lib
GEN alloca.h
GEN c++defs.h
GEN arg-nonnull.h
GEN warn-on-use.h
GEN fcntl.h
GEN signal.h
GEN stdint.h
GEN stdio.h
GEN stdlib.h
GEN string.h
GEN sys/select.h
GEN sys/stat.h
GEN sys/time.h
GEN sys/types.h
GEN sys/wait.h
GEN time.h
GEN unistd.h
GEN wchar.h
/Developer/usr/bin/make all-recursive
CC dirname.lo
CC basename.lo
CC dirname-lgpl.lo
CC basename-lgpl.lo
CC stripslash.lo
CC exitfail.lo
CC full-write.lo
CC glthread/lock.lo
CC malloca.lo
CC safe-read.lo
CC safe-write.lo
CC sig-handler.lo
CC tempname.lo
CC glthread/threadlib.lo
CC glthread/tls.lo
CC unistd.lo
CC xmalloc.lo
CC xalloc-die.lo
CC xsize.lo
CC xstrndup.lo
CC xvasprintf.lo
CC xasprintf.lo
CC asnprintf.lo
CC error.lo
error.c:381:12: warning: data argument not used by format string
[-Wformat-extra-args]
file_name, line_number);
^
1 warning generated.
CC lstat.lo
CC printf-args.lo
CC printf-parse.lo
CC secure_getenv.lo
CC setenv.lo
CC stat.lo
CC strerror.lo
CC strerror-override.lo
CC vasnprintf.lo
CCLD libgnu.la
/Developer/usr/bin/ranlib: file: .libs/libgnu.a(sig-handler.o) has no symbols
/Developer/usr/bin/ranlib: file: .libs/libgnu.a(threadlib.o) has no symbols
/Developer/usr/bin/ranlib: file: .libs/libgnu.a(tls.o) has no symbols
/Developer/usr/bin/ranlib: file: .libs/libgnu.a(unistd.o) has no symbols
/Developer/usr/bin/ranlib: file: .libs/libgnu.a(xsize.o) has no symbols
/Developer/usr/bin/ranlib: file: .libs/libgnu.a(sig-handler.o) has no symbols
/Developer/usr/bin/ranlib: file: .libs/libgnu.a(threadlib.o) has no symbols
/Developer/usr/bin/ranlib: file: .libs/libgnu.a(tls.o) has no symbols
/Developer/usr/bin/ranlib: file: .libs/libgnu.a(unistd.o) has no symbols
/Developer/usr/bin/ranlib: file: .libs/libgnu.a(xsize.o) has no symbols
Making all in lib
CC libpipeline_la-appendstr.lo
CC libpipeline_la-debug.lo
CC libpipeline_la-pipeline.lo
CCLD libpipeline.la
warning: /Developer/usr/bin/nm: no name list
warning: /Developer/usr/bin/nm: no name list
warning: /Developer/usr/bin/nm: no name list
warning: /Developer/usr/bin/nm: no name list
warning: /Developer/usr/bin/nm: no name list
Undefined symbols for architecture x86_64:
"_program_name", referenced from:
_error in libgnu.a(error.o)
_error_at_line in libgnu.a(error.o)
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[2]: *** [libpipeline.la] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment