Created
October 30, 2010 13:51
-
-
Save wjessop/655313 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
./makelib unix.a alloc.o alloc_re.o buffer.o buffer_0.o buffer_1.o \ | |
buffer_2.o buffer_get.o buffer_put.o buffer_read.o buffer_write.o \ | |
coe.o env.o error.o error_str.o fd_copy.o fd_move.o fifo.o lock_ex.o \ | |
lock_exnb.o ndelay_off.o ndelay_on.o open_append.o open_read.o \ | |
open_trunc.o open_write.o openreadclose.o pathexec_env.o \ | |
pathexec_run.o prot.o readclose.o seek_set.o sgetopt.o sig.o \ | |
sig_block.o sig_catch.o sig_pause.o stralloc_cat.o stralloc_catb.o \ | |
stralloc_cats.o stralloc_eady.o stralloc_opyb.o stralloc_opys.o \ | |
stralloc_pend.o strerr_die.o strerr_sys.o subgetopt.o wait_nohang.o \ | |
wait_pid.o | |
./load envdir unix.a byte.a | |
/usr/bin/ld: errno: TLS definition in /lib/libc.so.6 section .tbss mismatches non-TLS reference in envdir.o | |
/lib/libc.so.6: could not read symbols: Bad value | |
collect2: ld returned 1 exit status | |
make: *** [envdir] Error 1 | |
Copying commands into ./command... | |
cp: cannot stat `compile/svscan': No such file or directory |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment