Advertisement
ketema

output of make after adjusting generated libtool script

Apr 5th, 2012
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.84 KB | None | 0 0
  1. /bin/sh /private/tmp/pear/temp/expect/libtool --mode=link cc -DPHP_ATOM_INC -I/private/tmp/pear/temp/expect/include -I/private/tmp/pear/temp/expect/main -I/private/tmp/pear/temp/expect -I/opt/local/include/php -I/opt/local/include/php/main -I/opt/local/include/php/TSRM -I/opt/local/include/php/Zend -I/opt/local/include/php/ext -I/opt/local/include/php/ext/date/lib -I/opt/local/include -DHAVE_CONFIG_H -I/opt/local/lib -g -O2 -o expect.la -export-dynamic -avoid-version -prefer-pic -module -rpath /private/tmp/pear/temp/expect/modules expect.lo expect_fopen_wrapper.lo -lexpect -ltcl8.5
  2. ar cru .libs/expect.a .libs/expect.o .libs/expect_fopen_wrapper.o
  3. ranlib .libs/expect.a
  4. creating expect.la
  5. (cd .libs && rm -f expect.la && ln -s ../expect.la expect.la)
  6. /bin/sh /private/tmp/pear/temp/expect/libtool --mode=install cp ./expect.la /private/tmp/pear/temp/expect/modules
  7. cp ./.libs/expect.lai /private/tmp/pear/temp/expect/modules/expect.la
  8. cp ./.libs/expect.a /private/tmp/pear/temp/expect/modules/expect.a
  9. chmod 644 /private/tmp/pear/temp/expect/modules/expect.a
  10. ranlib /private/tmp/pear/temp/expect/modules/expect.a
  11. ----------------------------------------------------------------------
  12. Libraries have been installed in:
  13. /private/tmp/pear/temp/expect/modules
  14.  
  15. If you ever happen to want to link against installed libraries
  16. in a given directory, LIBDIR, you must either use libtool, and
  17. specify the full pathname of the library, or use the `-LLIBDIR'
  18. flag during linking and do at least one of the following:
  19. - add LIBDIR to the `DYLD_LIBRARY_PATH' environment variable
  20. during execution
  21.  
  22. See any operating system documentation about shared libraries for
  23. more information, such as the ld(1) and ld.so(8) manual pages.
  24. ----------------------------------------------------------------------
  25.  
  26. Build complete.
  27. Don't forget to run 'make test'.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement