Skip to content

Instantly share code, notes, and snippets.

Created February 24, 2015 16:35
Show Gist options
  • Save anonymous/adf5c3a1b507e432224f to your computer and use it in GitHub Desktop.
Save anonymous/adf5c3a1b507e432224f to your computer and use it in GitHub Desktop.
2015-02-24 08:31:40 -0800
make
CC=/usr/bin/gcc-4.8
/usr/bin/gcc-4.8 -Wall -Wshadow -Wcast-align -Wunreachable-code -Winline -Wextra -Wmissing-noreturn -Os -w -pipe -march=core2 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DPXZ_BUILD_DATE=\"`date +%Y%m%d`\" -DPXZ_VERSION=\"4.999.9beta\" -O2 -fopenmp -L/home/buck/prefices/brew/lib -Wl,-rpath,/home/buck/prefices/brew/lib -llzma pxz.c -o pxz
/tmp/buck/ccIkHWNW.o: In function `main._omp_fn.0':
pxz.c:(.text+0xee): undefined reference to `lzma_easy_encoder'
pxz.c:(.text+0x15e): undefined reference to `lzma_code'
pxz.c:(.text+0x1f1): undefined reference to `lzma_code'
pxz.c:(.text+0x24c): undefined reference to `lzma_end'
collect2: error: ld returned 1 exit status
make: *** [pxz] Error 1
HOMEBREW_VERSION: 0.9.5
ORIGIN: git@github.com:Homebrew/linuxbrew.git
HEAD: 0dec155c74adb0f29a319b4eaa3e32e9befeb7c9
Last commit: 3 weeks ago
HOMEBREW_PREFIX: /home/buck/prefices/brew
HOMEBREW_CELLAR: /home/buck/prefices/brew/Cellar
CPU: 8-core 64-bit 6
OS X: 0-x86_64
Xcode: N/A
CLT: N/A
Clang: N/A
X11: N/A
System Ruby: 1.9.3-p484 => /usr/bin/ruby1.9.1
Perl: /usr/bin/perl
Python: /usr/bin/python => /usr/bin/python2.7
Ruby: /usr/bin/ruby => /usr/bin/ruby1.9.1
Java: 1.8.0_31
CC: /usr/bin/gcc-4.8
CXX: /usr/bin/g++-4.8
OBJC: /usr/bin/gcc-4.8
OBJCXX: /usr/bin/g++-4.8
CFLAGS: -Os -w -pipe -march=core2
CXXFLAGS: -Os -w -pipe -march=core2
CPPFLAGS: -isystem/home/buck/prefices/brew/include
LDFLAGS: -L/home/buck/prefices/brew/lib -Wl,-rpath,/home/buck/prefices/brew/lib
MAKEFLAGS: -j8
CMAKE_PREFIX_PATH: /home/buck/prefices/brew
PKG_CONFIG_LIBDIR: /home/buck/prefices/brew/lib/pkgconfig:/usr/lib/pkgconfig
PATH: /home/buck/.local/bin:/home/buck/prefices/brew/sbin:/home/buck/prefices/brew/bin:/home/buck/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/usr/lib/jvm/java-8-oracle/bin:/usr/lib/jvm/java-8-oracle/db/bin:/usr/lib/jvm/java-8-oracle/jre/bin:/home/buck/prefices/brew/Library/ENV/scm
HOMEBREW_VERSION: 0.9.5
ORIGIN: git@github.com:Homebrew/linuxbrew.git
HEAD: b4835a69a37c3b1909cbfe5e12aa8ecf1f748812
Last commit: 2 minutes ago
HOMEBREW_PREFIX: /home/buck/prefices/brew
HOMEBREW_CELLAR: /home/buck/prefices/brew/Cellar
CPU: 8-core 64-bit 6
OS X: 0-x86_64
Xcode: N/A
CLT: N/A
Clang: N/A
X11: N/A
System Ruby: 1.9.3-p484 => /usr/bin/ruby1.9.1
Perl: /usr/bin/perl
Python: /usr/bin/python => /usr/bin/python2.7
Ruby: /usr/bin/ruby => /usr/bin/ruby1.9.1
Java: 1.8.0_31
Your system is ready to brew.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment