Advertisement
goatbar

gpsd scons install does not totally follow strip=no

Feb 5th, 2012
269
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.13 KB | None | 0 0
  1. On Mac OSX 10.7 with scons 2.0.1 from fink and gpsd 3.4 tar ball:
  2.  
  3. DESTDIR=/tmp/staging scons strip=no install
  4. ...
  5. Altered configuration variables:
  6. shared = False (default True): build shared libraries, not static
  7. strip = False (default True): build with stripping of binaries enabled
  8. prefix = /sw (default /usr/local): installation directory prefix
  9. scons: done reading SConscript files.
  10. scons: Building targets ...
  11. Install file: "gps/clienthelpers.so" as "/tmp/crap/Library/Python/2.7/site-packages/gps/clienthelpers.so"
  12. strip /tmp/crap/Library/Python/2.7/site-packages/gps/clienthelpers.so
  13. strip: symbols referenced by indirect symbol table entries that can't be stripped in: /private/tmp/crap/Library/Python/2.7/site-packages/gps/clienthelpers.so (for architecture i386)
  14. _PyArg_ParseTuple
  15. _PyModule_AddIntConstant
  16. _Py_BuildValue
  17. _Py_InitModule4
  18. _atan2
  19. _cos
  20.  
  21. scons --version
  22. SCons by Steven Knight et al.:
  23. script: v2.0.1.r5134, 2010/08/16 23:02:40, by bdeegan on cooldog
  24. engine: v2.0.1.r5134, 2010/08/16 23:02:40, by bdeegan on cooldog
  25. Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 The SCons Foundation
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement