Created
July 5, 2019 11:01
-
-
Save black-snow/ed7b8ae52460ed0add9960bf967a1809 to your computer and use it in GitHub Desktop.
bzip2 on Ubuntu 18.04.2 LTS - Homebrew build logs
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
Homebrew build logs for bzip2 on Ubuntu 18.04.2 LTS | |
Build date: 2019-07-05 12:58:09 |
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
HOMEBREW_VERSION: 2.1.6-44-g895467a | |
ORIGIN: https://github.com/Homebrew/brew | |
HEAD: 895467ad9f57a9245c36def26abca729f2559fbb | |
Last commit: 2 days ago | |
Core tap ORIGIN: https://github.com/Homebrew/linuxbrew-core.git | |
Core tap HEAD: c1960e5de123b7616a45b33d01a3f45a4f36a49a | |
Core tap last commit: 3 hours ago | |
HOMEBREW_PREFIX: /home/linuxbrew/.linuxbrew | |
HOMEBREW_CACHE: /home/rbergmann/.cache/Homebrew | |
HOMEBREW_LOGS: /home/rbergmann/.cache/Homebrew/Logs | |
HOMEBREW_DEV_CMD_RUN: 1 | |
HOMEBREW_GITHUB_API_TOKEN: set | |
HOMEBREW_VISUAL: vim | |
CPU: quad-core 64-bit haswell | |
Homebrew Ruby: 2.3.7 => /home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/vendor/portable-ruby/2.3.7/bin/ruby | |
Clang: N/A | |
Git: 2.17.1 => /usr/bin/git | |
Curl: 7.58.0 => /usr/bin/curl | |
Kernel: Linux 4.4.0-17134-Microsoft x86_64 GNU/Linux | |
OS: Ubuntu 18.04.2 LTS (bionic) | |
Host glibc: 2.27 | |
/usr/bin/gcc: 7.4.0 | |
glibc: N/A | |
gcc: 5.5.0_4 | |
xorg: N/A |
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
Your system is ready to brew. |
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
bzip2 |
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
2019-07-05 12:58:07 +0200 | |
make | |
install | |
PREFIX=/home/linuxbrew/.linuxbrew/Cellar/bzip2/1.0.7 | |
gcc -Wall -Winline -O2 -g -D_FILE_OFFSET_BITS=64 -c huffman.c | |
gcc -Wall -Winline -O2 -g -D_FILE_OFFSET_BITS=64 -c crctable.c | |
gcc -Wall -Winline -O2 -g -D_FILE_OFFSET_BITS=64 -c randtable.c | |
If compilation produces errors, or a large number of warnings, | |
please read README.COMPILATION.PROBLEMS -- you might be able to | |
adjust the flags in this Makefile to improve matters. | |
Also in README.COMPILATION.PROBLEMS are some hints that may help | |
if your build produces an executable which is unable to correctly | |
handle so-called 'large files' -- files of size 2GB or more. | |
gcc -Wall -Winline -O2 -g -D_FILE_OFFSET_BITS=64 -c blocksort.c | |
gcc -Wall -Winline -O2 -g -D_FILE_OFFSET_BITS=64 -c compress.c | |
gcc -Wall -Winline -O2 -g -D_FILE_OFFSET_BITS=64 -c decompress.c | |
gcc -Wall -Winline -O2 -g -D_FILE_OFFSET_BITS=64 -c bzlib.c | |
gcc -Wall -Winline -O2 -g -D_FILE_OFFSET_BITS=64 -c bzip2.c | |
gcc -Wall -Winline -O2 -g -D_FILE_OFFSET_BITS=64 -c bzip2recover.c | |
gcc -Wall -Winline -O2 -g -D_FILE_OFFSET_BITS=64 -o bzip2recover bzip2recover.o | |
rm -f libbz2.a | |
ar cq libbz2.a blocksort.o huffman.o crctable.o randtable.o compress.o decompress.o bzlib.o | |
ranlib libbz2.a | |
gcc -Wall -Winline -O2 -g -D_FILE_OFFSET_BITS=64 -o bzip2 bzip2.o -L. -lbz2 | |
if ( test ! -d /home/linuxbrew/.linuxbrew/Cellar/bzip2/1.0.7/bin ) ; then mkdir -p /home/linuxbrew/.linuxbrew/Cellar/bzip2/1.0.7/bin ; fi | |
if ( test ! -d /home/linuxbrew/.linuxbrew/Cellar/bzip2/1.0.7/lib ) ; then mkdir -p /home/linuxbrew/.linuxbrew/Cellar/bzip2/1.0.7/lib ; fi | |
if ( test ! -d /home/linuxbrew/.linuxbrew/Cellar/bzip2/1.0.7/share/man ) ; then mkdir -p /home/linuxbrew/.linuxbrew/Cellar/bzip2/1.0.7/share/man ; fi | |
if ( test ! -d /home/linuxbrew/.linuxbrew/Cellar/bzip2/1.0.7/share/man/man1 ) ; then mkdir -p /home/linuxbrew/.linuxbrew/Cellar/bzip2/1.0.7/share/man/man1 ; fi | |
if ( test ! -d /home/linuxbrew/.linuxbrew/Cellar/bzip2/1.0.7/include ) ; then mkdir -p /home/linuxbrew/.linuxbrew/Cellar/bzip2/1.0.7/include ; fi | |
cp -f bzip2 /home/linuxbrew/.linuxbrew/Cellar/bzip2/1.0.7/bin/bzip2 | |
cp -f bzip2 /home/linuxbrew/.linuxbrew/Cellar/bzip2/1.0.7/bin/bunzip2 | |
cp -f bzip2 /home/linuxbrew/.linuxbrew/Cellar/bzip2/1.0.7/bin/bzcat | |
cp -f bzip2recover /home/linuxbrew/.linuxbrew/Cellar/bzip2/1.0.7/bin/bzip2recover | |
chmod a+x /home/linuxbrew/.linuxbrew/Cellar/bzip2/1.0.7/bin/bzip2 | |
chmod a+x /home/linuxbrew/.linuxbrew/Cellar/bzip2/1.0.7/bin/bunzip2 | |
chmod a+x /home/linuxbrew/.linuxbrew/Cellar/bzip2/1.0.7/bin/bzcat | |
chmod a+x /home/linuxbrew/.linuxbrew/Cellar/bzip2/1.0.7/bin/bzip2recover | |
cp -f bzip2.1 /home/linuxbrew/.linuxbrew/Cellar/bzip2/1.0.7/share/man/man1 | |
chmod a+r /home/linuxbrew/.linuxbrew/Cellar/bzip2/1.0.7/share/man/man1/bzip2.1 | |
cp -f bzlib.h /home/linuxbrew/.linuxbrew/Cellar/bzip2/1.0.7/include | |
chmod a+r /home/linuxbrew/.linuxbrew/Cellar/bzip2/1.0.7/include/bzlib.h | |
cp -f libbz2.a /home/linuxbrew/.linuxbrew/Cellar/bzip2/1.0.7/lib | |
chmod a+r /home/linuxbrew/.linuxbrew/Cellar/bzip2/1.0.7/lib/libbz2.a | |
cp -f bzgrep /home/linuxbrew/.linuxbrew/Cellar/bzip2/1.0.7/bin/bzgrep | |
ln -s -f /home/linuxbrew/.linuxbrew/Cellar/bzip2/1.0.7/bin/bzgrep /home/linuxbrew/.linuxbrew/Cellar/bzip2/1.0.7/bin/bzegrep | |
ln -s -f /home/linuxbrew/.linuxbrew/Cellar/bzip2/1.0.7/bin/bzgrep /home/linuxbrew/.linuxbrew/Cellar/bzip2/1.0.7/bin/bzfgrep | |
chmod a+x /home/linuxbrew/.linuxbrew/Cellar/bzip2/1.0.7/bin/bzgrep | |
cp -f bzmore /home/linuxbrew/.linuxbrew/Cellar/bzip2/1.0.7/bin/bzmore | |
ln -s -f /home/linuxbrew/.linuxbrew/Cellar/bzip2/1.0.7/bin/bzmore /home/linuxbrew/.linuxbrew/Cellar/bzip2/1.0.7/bin/bzless | |
chmod a+x /home/linuxbrew/.linuxbrew/Cellar/bzip2/1.0.7/bin/bzmore | |
cp -f bzdiff /home/linuxbrew/.linuxbrew/Cellar/bzip2/1.0.7/bin/bzdiff | |
ln -s -f /home/linuxbrew/.linuxbrew/Cellar/bzip2/1.0.7/bin/bzdiff /home/linuxbrew/.linuxbrew/Cellar/bzip2/1.0.7/bin/bzcmp | |
chmod a+x /home/linuxbrew/.linuxbrew/Cellar/bzip2/1.0.7/bin/bzdiff | |
cp -f bzgrep.1 bzmore.1 bzdiff.1 /home/linuxbrew/.linuxbrew/Cellar/bzip2/1.0.7/share/man/man1 | |
chmod a+r /home/linuxbrew/.linuxbrew/Cellar/bzip2/1.0.7/share/man/man1/bzgrep.1 | |
chmod a+r /home/linuxbrew/.linuxbrew/Cellar/bzip2/1.0.7/share/man/man1/bzmore.1 | |
chmod a+r /home/linuxbrew/.linuxbrew/Cellar/bzip2/1.0.7/share/man/man1/bzdiff.1 | |
echo ".so man1/bzgrep.1" > /home/linuxbrew/.linuxbrew/Cellar/bzip2/1.0.7/share/man/man1/bzegrep.1 | |
echo ".so man1/bzgrep.1" > /home/linuxbrew/.linuxbrew/Cellar/bzip2/1.0.7/share/man/man1/bzfgrep.1 | |
echo ".so man1/bzmore.1" > /home/linuxbrew/.linuxbrew/Cellar/bzip2/1.0.7/share/man/man1/bzless.1 | |
echo ".so man1/bzdiff.1" > /home/linuxbrew/.linuxbrew/Cellar/bzip2/1.0.7/share/man/man1/bzcmp.1 |
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
gcc called with: -Wall -Winline -O2 -g -D_FILE_OFFSET_BITS=64 -c huffman.c | |
superenv removed: -Wall -Winline -g | |
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include | |
superenv executed: gcc-5 -pipe -w -O2 -march=native -D_FILE_OFFSET_BITS=64 -c huffman.c -isystem/home/linuxbrew/.linuxbrew/include | |
gcc called with: -Wall -Winline -O2 -g -D_FILE_OFFSET_BITS=64 -c blocksort.c | |
superenv removed: -Wall -Winline -g | |
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include | |
superenv executed: gcc-5 -pipe -w -O2 -march=native -D_FILE_OFFSET_BITS=64 -c blocksort.c -isystem/home/linuxbrew/.linuxbrew/include | |
gcc called with: -Wall -Winline -O2 -g -D_FILE_OFFSET_BITS=64 -c randtable.c | |
superenv removed: -Wall -Winline -g | |
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include | |
superenv executed: gcc-5 -pipe -w -O2 -march=native -D_FILE_OFFSET_BITS=64 -c randtable.c -isystem/home/linuxbrew/.linuxbrew/include | |
gcc called with: -Wall -Winline -O2 -g -D_FILE_OFFSET_BITS=64 -c crctable.c | |
superenv removed: -Wall -Winline -g | |
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include | |
superenv executed: gcc-5 -pipe -w -O2 -march=native -D_FILE_OFFSET_BITS=64 -c crctable.c -isystem/home/linuxbrew/.linuxbrew/include | |
gcc called with: -Wall -Winline -O2 -g -D_FILE_OFFSET_BITS=64 -c decompress.c | |
superenv removed: -Wall -Winline -g | |
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include | |
superenv executed: gcc-5 -pipe -w -O2 -march=native -D_FILE_OFFSET_BITS=64 -c decompress.c -isystem/home/linuxbrew/.linuxbrew/include | |
gcc called with: -Wall -Winline -O2 -g -D_FILE_OFFSET_BITS=64 -c compress.c | |
superenv removed: -Wall -Winline -g | |
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include | |
superenv executed: gcc-5 -pipe -w -O2 -march=native -D_FILE_OFFSET_BITS=64 -c compress.c -isystem/home/linuxbrew/.linuxbrew/include | |
gcc called with: -Wall -Winline -O2 -g -D_FILE_OFFSET_BITS=64 -c bzlib.c | |
superenv removed: -Wall -Winline -g | |
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include | |
superenv executed: gcc-5 -pipe -w -O2 -march=native -D_FILE_OFFSET_BITS=64 -c bzlib.c -isystem/home/linuxbrew/.linuxbrew/include | |
gcc called with: -Wall -Winline -O2 -g -D_FILE_OFFSET_BITS=64 -c bzip2.c | |
superenv removed: -Wall -Winline -g | |
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include | |
superenv executed: gcc-5 -pipe -w -O2 -march=native -D_FILE_OFFSET_BITS=64 -c bzip2.c -isystem/home/linuxbrew/.linuxbrew/include | |
gcc called with: -Wall -Winline -O2 -g -D_FILE_OFFSET_BITS=64 -c bzip2recover.c | |
superenv removed: -Wall -Winline -g | |
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include | |
superenv executed: gcc-5 -pipe -w -O2 -march=native -D_FILE_OFFSET_BITS=64 -c bzip2recover.c -isystem/home/linuxbrew/.linuxbrew/include | |
gcc called with: -Wall -Winline -O2 -g -D_FILE_OFFSET_BITS=64 -o bzip2recover bzip2recover.o | |
superenv removed: -Wall -Winline -g | |
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/bzip2/1.0.7/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so | |
superenv executed: gcc-5 -pipe -w -O2 -march=native -D_FILE_OFFSET_BITS=64 -o bzip2recover bzip2recover.o -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/bzip2/1.0.7/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so | |
gcc called with: -Wall -Winline -O2 -g -D_FILE_OFFSET_BITS=64 -o bzip2 bzip2.o -L. -lbz2 | |
superenv removed: -Wall -Winline -g | |
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/bzip2/1.0.7/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so | |
superenv executed: gcc-5 -pipe -w -O2 -march=native -D_FILE_OFFSET_BITS=64 -o bzip2 bzip2.o -L. -lbz2 -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/bzip2/1.0.7/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so | |
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
2019-07-05 12:58:08 +0200 | |
make | |
-f | |
Makefile-libbz2_so | |
clean | |
rm -f blocksort.o huffman.o crctable.o randtable.o compress.o decompress.o bzlib.o bzip2.o libbz2.so.1.0.7 libbz2.so.1.0 bzip2-shared |
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
2019-07-05 12:58:08 +0200 | |
make | |
-f | |
Makefile-libbz2_so | |
gcc -fpic -fPIC -Wall -Winline -O2 -g -D_FILE_OFFSET_BITS=64 -c blocksort.c | |
gcc -fpic -fPIC -Wall -Winline -O2 -g -D_FILE_OFFSET_BITS=64 -c huffman.c | |
gcc -fpic -fPIC -Wall -Winline -O2 -g -D_FILE_OFFSET_BITS=64 -c crctable.c | |
gcc -fpic -fPIC -Wall -Winline -O2 -g -D_FILE_OFFSET_BITS=64 -c randtable.c | |
gcc -fpic -fPIC -Wall -Winline -O2 -g -D_FILE_OFFSET_BITS=64 -c compress.c | |
gcc -fpic -fPIC -Wall -Winline -O2 -g -D_FILE_OFFSET_BITS=64 -c decompress.c | |
gcc -fpic -fPIC -Wall -Winline -O2 -g -D_FILE_OFFSET_BITS=64 -c bzlib.c | |
gcc -shared -Wl,-soname -Wl,libbz2.so.1.0 -o libbz2.so.1.0.7 blocksort.o huffman.o crctable.o randtable.o compress.o decompress.o bzlib.o | |
gcc -fpic -fPIC -Wall -Winline -O2 -g -D_FILE_OFFSET_BITS=64 -o bzip2-shared bzip2.c libbz2.so.1.0.7 | |
rm -f libbz2.so.1.0 | |
ln -s libbz2.so.1.0.7 libbz2.so.1.0 |
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
gcc called with: -fpic -fPIC -Wall -Winline -O2 -g -D_FILE_OFFSET_BITS=64 -c blocksort.c | |
superenv removed: -Wall -Winline -g | |
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include | |
superenv executed: gcc-5 -pipe -w -O2 -march=native -fpic -fPIC -D_FILE_OFFSET_BITS=64 -c blocksort.c -isystem/home/linuxbrew/.linuxbrew/include | |
gcc called with: -fpic -fPIC -Wall -Winline -O2 -g -D_FILE_OFFSET_BITS=64 -c huffman.c | |
superenv removed: -Wall -Winline -g | |
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include | |
superenv executed: gcc-5 -pipe -w -O2 -march=native -fpic -fPIC -D_FILE_OFFSET_BITS=64 -c huffman.c -isystem/home/linuxbrew/.linuxbrew/include | |
gcc called with: -fpic -fPIC -Wall -Winline -O2 -g -D_FILE_OFFSET_BITS=64 -c crctable.c | |
superenv removed: -Wall -Winline -g | |
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include | |
superenv executed: gcc-5 -pipe -w -O2 -march=native -fpic -fPIC -D_FILE_OFFSET_BITS=64 -c crctable.c -isystem/home/linuxbrew/.linuxbrew/include | |
gcc called with: -fpic -fPIC -Wall -Winline -O2 -g -D_FILE_OFFSET_BITS=64 -c randtable.c | |
superenv removed: -Wall -Winline -g | |
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include | |
superenv executed: gcc-5 -pipe -w -O2 -march=native -fpic -fPIC -D_FILE_OFFSET_BITS=64 -c randtable.c -isystem/home/linuxbrew/.linuxbrew/include | |
gcc called with: -fpic -fPIC -Wall -Winline -O2 -g -D_FILE_OFFSET_BITS=64 -c compress.c | |
superenv removed: -Wall -Winline -g | |
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include | |
superenv executed: gcc-5 -pipe -w -O2 -march=native -fpic -fPIC -D_FILE_OFFSET_BITS=64 -c compress.c -isystem/home/linuxbrew/.linuxbrew/include | |
gcc called with: -fpic -fPIC -Wall -Winline -O2 -g -D_FILE_OFFSET_BITS=64 -c decompress.c | |
superenv removed: -Wall -Winline -g | |
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include | |
superenv executed: gcc-5 -pipe -w -O2 -march=native -fpic -fPIC -D_FILE_OFFSET_BITS=64 -c decompress.c -isystem/home/linuxbrew/.linuxbrew/include | |
gcc called with: -fpic -fPIC -Wall -Winline -O2 -g -D_FILE_OFFSET_BITS=64 -c bzlib.c | |
superenv removed: -Wall -Winline -g | |
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include | |
superenv executed: gcc-5 -pipe -w -O2 -march=native -fpic -fPIC -D_FILE_OFFSET_BITS=64 -c bzlib.c -isystem/home/linuxbrew/.linuxbrew/include | |
gcc called with: -shared -Wl,-soname -Wl,libbz2.so.1.0 -o libbz2.so.1.0.7 blocksort.o huffman.o crctable.o randtable.o compress.o decompress.o bzlib.o | |
superenv added: -pipe -w -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/bzip2/1.0.7/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so | |
superenv executed: gcc-5 -pipe -w -O2 -march=native -shared -Wl,-soname -Wl,libbz2.so.1.0 -o libbz2.so.1.0.7 blocksort.o huffman.o crctable.o randtable.o compress.o decompress.o bzlib.o -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/bzip2/1.0.7/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so | |
gcc called with: -fpic -fPIC -Wall -Winline -O2 -g -D_FILE_OFFSET_BITS=64 -o bzip2-shared bzip2.c libbz2.so.1.0.7 | |
superenv removed: -Wall -Winline -g | |
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/bzip2/1.0.7/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so | |
superenv executed: gcc-5 -pipe -w -O2 -march=native -fpic -fPIC -D_FILE_OFFSET_BITS=64 -o bzip2-shared bzip2.c libbz2.so.1.0.7 -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/bzip2/1.0.7/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment