Guest User

Untitled

a guest
Mar 8th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. glibtool: compile: gcc -c hello.c -fno-common -DPIC -o .libs/hello.o
  2. glibtool: compile: gcc -c hello.c -o hello.o >/dev/null 2>&1
  3. glibtool: link: rm -fr .libs/hello.a .libs/hello.la .libs/hello.lai .libs/hello.so .libs/hello.so.dSYM
  4. glibtool: link: /usr/bin/gcc-4.0 -Wl,-undefined -Wl,dynamic_lookup -o .libs/hello.so -bundle .libs/hello.o
  5. glibtool: link: dsymutil .libs/hello.so || :
  6. warning: no debug symbols in executable (-arch i386)
  7. glibtool: link: ar cru .libs/hello.a hello.o
  8. glibtool: link: ranlib .libs/hello.a
  9. glibtool: link: ( cd ".libs" && rm -f "hello.la" && ln -s "../hello.la" "hello.la" )
Add Comment
Please, Sign In to add comment