Skip to content

Instantly share code, notes, and snippets.

@wose
Created September 11, 2012 17:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wose/3699907 to your computer and use it in GitHub Desktop.
Save wose/3699907 to your computer and use it in GitHub Desktop.
gemrb python2.7 and python3.2 debian sid
-- The C compiler identification is GNU 4.6.3
-- The CXX compiler identification is GNU 4.6.3
-- Check for working C compiler: /usr/bin/gcc
-- Check for working C compiler: /usr/bin/gcc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Performing Test VISIBILITY_HIDDEN
-- Performing Test VISIBILITY_HIDDEN - Success
-- Found PythonLibs: /usr/lib/libpython3.2mu.so (found version "3.2.3")
-- Looking for Python libraries and headers: found
-- Looking for include file pthread.h
-- Looking for include file pthread.h - found
-- Looking for pthread_create
-- Looking for pthread_create - not found.
-- Looking for pthread_create in pthreads
-- Looking for pthread_create in pthreads - not found
-- Looking for pthread_create in pthread
-- Looking for pthread_create in pthread - found
-- Found Threads: TRUE
-- Found SDL: /usr/lib/x86_64-linux-gnu/libSDLmain.a;/usr/lib/x86_64-linux-gnu/libSDL
.so;-lpthread
-- Looking for SDL: found
-- Found ZLIB: /usr/lib/x86_64-linux-gnu/libz.so (found version "1.2.7")
-- Looking for Zlib: found
-- Found OpenAL: /usr/lib/x86_64-linux-gnu/libopenal.so
-- Looking for OpenAL: found
-- Found SDLMIXER: /usr/lib/x86_64-linux-gnu/libSDL_mixer.so
-- Looking for SDL_mixer: found
-- Found LibVLC include-dir path: /usr/include
-- Found LibVLC library path:/usr/lib/libvlc.so
-- Found LibVLCcore library path:/usr/lib/libvlccore.so
-- Looking for VLC: found
-- Found Freetype: /usr/lib/x86_64-linux-gnu/libfreetype.so (found version "2.4.9")
-- Looking for Freetype: found
-- Found PNG: /usr/lib/x86_64-linux-gnu/libpng.so (found version "1.2.49")
-- Looking for libPNG: found
-- Looking for Ogg Vorbis support: found
-- Looking for sys/types.h
-- Looking for sys/types.h - found
-- Looking for stdint.h
-- Looking for stdint.h - found
-- Looking for stddef.h
-- Looking for stddef.h - found
-- Check size of int
-- Check size of int - done
-- Check size of long int
-- Check size of long int - done
-- Looking for strndup
-- Looking for strndup - found
-- Looking for include file unistd.h
-- Looking for include file unistd.h - found
-- Looking for include file malloc.h
-- Looking for include file malloc.h - found
-- Performing Test PERMITS_OBJECT_TO_FUNCTION_CAST
-- Performing Test PERMITS_OBJECT_TO_FUNCTION_CAST - Failed
--
-- These are the configured paths:
-- PREFIX: /usr/local
-- LIB_DIR: /usr/local/lib/gemrb
-- PLUGIN_DIR: /usr/local/lib/gemrb/plugins
-- BIN_DIR: /usr/local/bin
-- DATA_DIR: /usr/local/share/gemrb
-- MAN_DIR: /usr/local/share/man/man6
-- SYSCONF_DIR: /usr/local/etc/gemrb
-- DOC_DIR: /usr/local/share/doc/gemrb
-- ICON_DIR: /usr/local/share/pixmaps
-- SVG_DIR: /usr/local/share/icons/hicolor/scalable/apps
-- MENU_DIR: /usr/local/share/applications
--
-- Options:
-- LAYOUT: fhs
-- NOCOLOR: disabled
-- STATIC_LINK: disabled
-- INSOURCEBUILD: disabled
-- DISABLE_WERROR: disabled
-- WIN32_USE_STDIO: disabled
--
-- Build type: RelWithDebInfo
--
-- Configuring done
-- Generating done
-- Build files have been written to: /home/wose/projects/gemrb/build
lrwxrwxrwx 1 root root 11 Sep 10 13:41 /usr/include/python3.2 -> python3.2mu
/usr/include/python2.6:
total 88
drwxr-xr-x 3 root root 4096 Jun 30 14:22 .
drwxr-xr-x 138 root root 20480 Sep 11 18:43 ..
-rw-r--r-- 1 root root 19212 Jul 9 2011 Imaging.h
-rw-r--r-- 1 root root 1317 Jul 9 2011 ImDib.h
-rw-r--r-- 1 root root 1751 Jul 9 2011 ImPlatform.h
lrwxrwxrwx 1 root root 54 Mar 9 2011 numpy -> ../../lib/pymodules/python2.6/numpy/core/include/numpy
-rw-r--r-- 1 root root 31050 Jun 25 22:53 pyconfig.h
drwxr-xr-x 2 root root 4096 Apr 17 2011 pygame
/usr/include/python2.6_d:
total 24
drwxr-xr-x 2 root root 4096 Mar 9 2011 .
drwxr-xr-x 138 root root 20480 Sep 11 18:43 ..
lrwxrwxrwx 1 root root 54 Mar 9 2011 numpy -> ../../lib/pymodules/python2.6/numpy/core/include/numpy
/usr/include/python2.7:
total 736
drwxr-xr-x 3 root root 12288 Sep 10 19:41 .
drwxr-xr-x 138 root root 20480 Sep 11 18:43 ..
-rw-r--r-- 1 root root 45015 Sep 9 20:36 abstract.h
-rw-r--r-- 1 root root 1099 Sep 9 20:36 asdl.h
-rw-r--r-- 1 root root 230 Sep 9 20:36 ast.h
-rw-r--r-- 1 root root 792 Sep 9 20:36 bitset.h
-rw-r--r-- 1 root root 912 Sep 9 20:36 boolobject.h
-rw-r--r-- 1 root root 922 Sep 9 20:36 bufferobject.h
-rw-r--r-- 1 root root 1941 Sep 9 20:36 bytearrayobject.h
-rw-r--r-- 1 root root 2804 Sep 9 20:36 bytes_methods.h
-rw-r--r-- 1 root root 1152 Sep 9 20:36 bytesobject.h
-rw-r--r-- 1 root root 651 Sep 9 20:36 cellobject.h
-rw-r--r-- 1 root root 4986 Sep 9 20:36 ceval.h
-rw-r--r-- 1 root root 3002 Sep 9 20:36 classobject.h
-rw-r--r-- 1 root root 2930 Sep 9 20:36 cobject.h
-rw-r--r-- 1 root root 5022 Sep 9 20:36 codecs.h
-rw-r--r-- 1 root root 3895 Sep 9 20:36 code.h
-rw-r--r-- 1 root root 1065 Sep 9 20:36 compile.h
-rw-r--r-- 1 root root 1853 Sep 9 20:36 complexobject.h
-rw-r--r-- 1 root root 2008 Sep 9 20:36 cStringIO.h
-rw-r--r-- 1 root root 8313 Sep 9 20:36 datetime.h
-rw-r--r-- 1 root root 2480 Sep 9 20:36 descrobject.h
-rw-r--r-- 1 root root 6625 Sep 9 20:36 dictobject.h
-rw-r--r-- 1 root root 338 Sep 9 20:36 dtoa.h
-rw-r--r-- 1 root root 253 Sep 9 20:36 enumobject.h
-rw-r--r-- 1 root root 1363 Sep 9 20:36 errcode.h
-rw-r--r-- 1 root root 557 Sep 9 20:36 eval.h
-rw-r--r-- 1 root root 3662 Sep 9 20:36 fileobject.h
-rw-r--r-- 1 root root 5570 Sep 9 20:36 floatobject.h
-rw-r--r-- 1 root root 3183 Sep 9 20:36 frameobject.h
-rw-r--r-- 1 root root 2995 Sep 9 20:36 funcobject.h
-rw-r--r-- 1 root root 891 Sep 9 20:36 genobject.h
-rw-r--r-- 1 root root 1917 Sep 9 20:36 graminit.h
-rw-r--r-- 1 root root 2021 Sep 9 20:36 grammar.h
-rw-r--r-- 1 root root 19212 Jul 9 2011 Imaging.h
-rw-r--r-- 1 root root 1317 Jul 9 2011 ImDib.h
-rw-r--r-- 1 root root 1751 Jul 9 2011 ImPlatform.h
-rw-r--r-- 1 root root 2221 Sep 9 20:36 import.h
-rw-r--r-- 1 root root 2736 Sep 9 20:36 intobject.h
-rw-r--r-- 1 root root 274 Sep 9 20:36 intrcheck.h
-rw-r--r-- 1 root root 522 Sep 9 20:36 iterobject.h
-rw-r--r-- 1 root root 2513 Sep 9 20:36 listobject.h
-rw-r--r-- 1 root root 3907 Sep 9 20:36 longintrepr.h
-rw-r--r-- 1 root root 5765 Sep 9 20:36 longobject.h
-rw-r--r-- 1 root root 713 Sep 9 20:36 marshal.h
-rw-r--r-- 1 root root 2825 Sep 9 20:36 memoryobject.h
-rw-r--r-- 1 root root 253 Sep 9 20:36 metagrammar.h
-rw-r--r-- 1 root root 3238 Sep 9 20:36 methodobject.h
-rw-r--r-- 1 root root 5024 Sep 9 20:36 modsupport.h
-rw-r--r-- 1 root root 609 Sep 9 20:36 moduleobject.h
-rw-r--r-- 1 root root 956 Sep 9 20:36 node.h
lrwxrwxrwx 1 root root 54 Apr 16 2011 numpy -> ../../lib/pymodules/python2.7/numpy/core/include/numpy
-rw-r--r-- 1 root root 38145 Sep 9 20:36 object.h
-rw-r--r-- 1 root root 13963 Sep 9 20:36 objimpl.h
-rw-r--r-- 1 root root 4601 Sep 9 20:36 opcode.h
-rw-r--r-- 1 root root 942 Sep 9 20:36 osdefs.h
-rw-r--r-- 1 root root 1780 Sep 9 20:36 parsetok.h
-rw-r--r-- 1 root root 1448 Sep 9 20:36 patchlevel.h
-rw-r--r-- 1 root root 253 Sep 9 20:36 pgen.h
-rw-r--r-- 1 root root 1144 Sep 9 20:36 pgenheaders.h
-rw-r--r-- 1 root root 2693 Sep 9 20:36 pyarena.h
-rw-r--r-- 1 root root 1679 Sep 9 20:36 pycapsule.h
-rw-r--r-- 1 root root 35970 Sep 9 20:36 pyconfig.h
-rw-r--r-- 1 root root 1268 Sep 9 20:36 pyctype.h
-rw-r--r-- 1 root root 4158 Sep 9 20:36 py_curses.h
-rw-r--r-- 1 root root 1322 Sep 9 20:36 pydebug.h
-rw-r--r-- 1 root root 11657 Sep 9 20:36 pyerrors.h
-rw-r--r-- 1 root root 2007 Sep 9 20:36 pyexpat.h
-rw-r--r-- 1 root root 8495 Sep 9 20:36 pyfpe.h
drwxr-xr-x 2 root root 4096 Apr 17 2011 pygame
-rw-r--r-- 1 root root 348 Sep 9 20:36 pygetopt.h
-rw-r--r-- 1 root root 2988 Sep 9 20:36 pymacconfig.h
-rw-r--r-- 1 root root 7943 Sep 9 20:36 pymactoolbox.h
-rw-r--r-- 1 root root 6525 Sep 9 20:36 pymath.h
-rw-r--r-- 1 root root 4698 Sep 9 20:36 pymem.h
-rw-r--r-- 1 root root 32147 Sep 9 20:36 pyport.h
-rw-r--r-- 1 root root 6338 Sep 9 20:36 pystate.h
-rw-r--r-- 1 root root 463 Sep 9 20:36 pystrcmp.h
-rw-r--r-- 1 root root 1582 Sep 9 20:36 pystrtod.h
-rw-r--r-- 1 root root 21113 Sep 9 20:36 Python-ast.h
-rw-r--r-- 1 root root 4329 Sep 9 20:36 Python.h
-rw-r--r-- 1 root root 7239 Sep 9 20:36 pythonrun.h
-rw-r--r-- 1 root root 1155 Sep 9 20:36 pythread.h
-rw-r--r-- 1 root root 646 Sep 9 20:36 rangeobject.h
-rw-r--r-- 1 root root 3077 Sep 9 20:36 setobject.h
-rw-r--r-- 1 root root 1331 Sep 9 20:36 sliceobject.h
-rw-r--r-- 1 root root 7925 Sep 9 20:36 stringobject.h
-rw-r--r-- 1 root root 2901 Sep 9 20:36 structmember.h
-rw-r--r-- 1 root root 862 Sep 9 20:36 structseq.h
-rw-r--r-- 1 root root 3724 Sep 9 20:36 symtable.h
-rw-r--r-- 1 root root 916 Sep 9 20:36 sysmodule.h
-rw-r--r-- 1 root root 442 Sep 9 20:36 timefuncs.h
-rw-r--r-- 1 root root 1799 Sep 9 20:36 token.h
-rw-r--r-- 1 root root 697 Sep 9 20:36 traceback.h
-rw-r--r-- 1 root root 2175 Sep 9 20:36 tupleobject.h
-rw-r--r-- 1 root root 924 Sep 9 20:36 ucnhash.h
-rw-r--r-- 1 root root 52168 Sep 9 20:36 unicodeobject.h
-rw-r--r-- 1 root root 635 Sep 9 20:36 warnings.h
-rw-r--r-- 1 root root 2428 Sep 9 20:36 weakrefobject.h
/usr/include/python2.7_d:
total 24
drwxr-xr-x 2 root root 4096 Jun 12 2011 .
drwxr-xr-x 138 root root 20480 Sep 11 18:43 ..
lrwxrwxrwx 1 root root 54 Apr 16 2011 numpy -> ../../lib/pymodules/python2.7/numpy/core/include/numpy
/usr/include/python3.2mu:
total 732
drwxr-xr-x 2 root root 4096 Sep 11 18:43 .
drwxr-xr-x 138 root root 20480 Sep 11 18:43 ..
-rw-r--r-- 1 root root 42357 Sep 10 13:40 abstract.h
-rw-r--r-- 1 root root 1016 Sep 10 13:40 accu.h
-rw-r--r-- 1 root root 1038 Sep 10 13:40 asdl.h
-rw-r--r-- 1 root root 304 Sep 10 13:40 ast.h
-rw-r--r-- 1 root root 792 Sep 10 13:40 bitset.h
-rw-r--r-- 1 root root 264 Sep 10 13:40 bltinmodule.h
-rw-r--r-- 1 root root 886 Sep 10 13:40 boolobject.h
-rw-r--r-- 1 root root 2001 Sep 10 13:40 bytearrayobject.h
-rw-r--r-- 1 root root 2025 Sep 10 13:40 bytes_methods.h
-rw-r--r-- 1 root root 4983 Sep 10 13:40 bytesobject.h
-rw-r--r-- 1 root root 701 Sep 10 13:40 cellobject.h
-rw-r--r-- 1 root root 7194 Sep 10 13:40 ceval.h
-rw-r--r-- 1 root root 1666 Sep 10 13:40 classobject.h
-rw-r--r-- 1 root root 5265 Sep 10 13:40 codecs.h
-rw-r--r-- 1 root root 3904 Sep 10 13:40 code.h
-rw-r--r-- 1 root root 1335 Sep 10 13:40 compile.h
-rw-r--r-- 1 root root 2002 Sep 10 13:40 complexobject.h
-rw-r--r-- 1 root root 8248 Sep 10 13:40 datetime.h
-rw-r--r-- 1 root root 2887 Sep 10 13:40 descrobject.h
-rw-r--r-- 1 root root 6734 Sep 10 13:40 dictobject.h
-rw-r--r-- 1 root root 368 Sep 10 13:40 dtoa.h
-rw-r--r-- 1 root root 22471 Sep 10 13:40 dynamic_annotations.h
-rw-r--r-- 1 root root 253 Sep 10 13:40 enumobject.h
-rw-r--r-- 1 root root 1434 Sep 10 13:40 errcode.h
-rw-r--r-- 1 root root 597 Sep 10 13:40 eval.h
-rw-r--r-- 1 root root 1767 Sep 10 13:40 fileobject.h
-rw-r--r-- 1 root root 1036 Sep 10 13:40 fileutils.h
-rw-r--r-- 1 root root 4487 Sep 10 13:40 floatobject.h
-rw-r--r-- 1 root root 3141 Sep 10 13:40 frameobject.h
-rw-r--r-- 1 root root 3627 Sep 10 13:40 funcobject.h
-rw-r--r-- 1 root root 942 Sep 10 13:40 genobject.h
-rw-r--r-- 1 root root 1851 Sep 10 13:40 graminit.h
-rw-r--r-- 1 root root 2021 Sep 10 13:40 grammar.h
-rw-r--r-- 1 root root 3289 Sep 10 13:40 import.h
-rw-r--r-- 1 root root 274 Sep 10 13:40 intrcheck.h
-rw-r--r-- 1 root root 567 Sep 10 13:40 iterobject.h
-rw-r--r-- 1 root root 2735 Sep 10 13:40 listobject.h
-rw-r--r-- 1 root root 3986 Sep 10 13:40 longintrepr.h
-rw-r--r-- 1 root root 7047 Sep 10 13:40 longobject.h
-rw-r--r-- 1 root root 743 Sep 10 13:40 marshal.h
-rw-r--r-- 1 root root 2894 Sep 10 13:40 memoryobject.h
-rw-r--r-- 1 root root 253 Sep 10 13:40 metagrammar.h
-rw-r--r-- 1 root root 2954 Sep 10 13:40 methodobject.h
-rw-r--r-- 1 root root 4686 Sep 10 13:40 modsupport.h
-rw-r--r-- 1 root root 1437 Sep 10 13:40 moduleobject.h
-rw-r--r-- 1 root root 956 Sep 10 13:40 node.h
-rw-r--r-- 1 root root 35092 Sep 10 13:40 object.h
-rw-r--r-- 1 root root 13459 Sep 10 13:40 objimpl.h
-rw-r--r-- 1 root root 4745 Sep 10 13:40 opcode.h
-rw-r--r-- 1 root root 869 Sep 10 13:40 osdefs.h
-rw-r--r-- 1 root root 2174 Sep 10 13:40 parsetok.h
-rw-r--r-- 1 root root 1271 Sep 10 13:40 patchlevel.h
-rw-r--r-- 1 root root 253 Sep 10 13:40 pgen.h
-rw-r--r-- 1 root root 1144 Sep 10 13:40 pgenheaders.h
-rw-r--r-- 1 root root 2744 Sep 10 13:40 pyarena.h
-rw-r--r-- 1 root root 5944 Sep 10 13:40 pyatomic.h
-rw-r--r-- 1 root root 1726 Sep 10 13:40 pycapsule.h
-rw-r--r-- 1 root root 36600 Sep 10 13:40 pyconfig.h
-rw-r--r-- 1 root root 1320 Sep 10 13:40 pyctype.h
-rw-r--r-- 1 root root 4158 Sep 10 13:40 py_curses.h
-rw-r--r-- 1 root root 1080 Sep 10 13:40 pydebug.h
-rw-r--r-- 1 root root 12925 Sep 10 13:40 pyerrors.h
-rw-r--r-- 1 root root 2007 Sep 10 13:40 pyexpat.h
-rw-r--r-- 1 root root 8495 Sep 10 13:40 pyfpe.h
-rw-r--r-- 1 root root 388 Sep 10 13:40 pygetopt.h
-rw-r--r-- 1 root root 2988 Sep 10 13:40 pymacconfig.h
-rw-r--r-- 1 root root 6585 Sep 10 13:40 pymath.h
-rw-r--r-- 1 root root 4698 Sep 10 13:40 pymem.h
-rw-r--r-- 1 root root 31024 Sep 10 13:40 pyport.h
-rw-r--r-- 1 root root 7390 Sep 10 13:40 pystate.h
-rw-r--r-- 1 root root 436 Sep 10 13:40 pystrcmp.h
-rw-r--r-- 1 root root 1276 Sep 10 13:40 pystrtod.h
-rw-r--r-- 1 root root 21835 Sep 10 13:40 Python-ast.h
-rw-r--r-- 1 root root 3669 Sep 10 13:40 Python.h
-rw-r--r-- 1 root root 8741 Sep 10 13:40 pythonrun.h
-rw-r--r-- 1 root root 2992 Sep 10 13:40 pythread.h
-rw-r--r-- 1 root root 1364 Sep 10 13:40 pytime.h
-rw-r--r-- 1 root root 629 Sep 10 13:40 rangeobject.h
-rw-r--r-- 1 root root 3194 Sep 10 13:40 setobject.h
-rw-r--r-- 1 root root 1380 Sep 10 13:40 sliceobject.h
-rw-r--r-- 1 root root 2346 Sep 10 13:40 structmember.h
-rw-r--r-- 1 root root 1217 Sep 10 13:40 structseq.h
-rw-r--r-- 1 root root 4348 Sep 10 13:40 symtable.h
-rw-r--r-- 1 root root 1204 Sep 10 13:40 sysmodule.h
-rw-r--r-- 1 root root 472 Sep 10 13:40 timefuncs.h
-rw-r--r-- 1 root root 1882 Sep 10 13:40 token.h
-rw-r--r-- 1 root root 769 Sep 10 13:40 traceback.h
-rw-r--r-- 1 root root 2338 Sep 10 13:40 tupleobject.h
-rw-r--r-- 1 root root 1997 Sep 10 13:40 typeslots.h
-rw-r--r-- 1 root root 975 Sep 10 13:40 ucnhash.h
-rw-r--r-- 1 root root 60078 Sep 10 13:40 unicodeobject.h
-rw-r--r-- 1 root root 953 Sep 10 13:40 warnings.h
-rw-r--r-- 1 root root 2493 Sep 10 13:40 weakrefobject.h
lrwxrwxrwx 1 root root 32 Mar 13 18:54 /usr/lib/libpyglib-2.0-python2.6.so.0 -> libpyglib-2.0-python2.6.so.0.0.0
-rw-r--r-- 1 root root 16056 Mar 13 18:54 /usr/lib/libpyglib-2.0-python2.6.so.0.0.0
lrwxrwxrwx 1 root root 32 Mar 13 18:54 /usr/lib/libpyglib-2.0-python2.7.so.0 -> libpyglib-2.0-python2.7.so.0.0.0
-rw-r--r-- 1 root root 16056 Mar 13 18:54 /usr/lib/libpyglib-2.0-python2.7.so.0.0.0
lrwxrwxrwx 1 root root 35 May 15 15:34 /usr/lib/libpyglib-gi-2.0-python2.6.so -> libpyglib-gi-2.0-python2.6.so.0.0.0
lrwxrwxrwx 1 root root 35 May 15 15:34 /usr/lib/libpyglib-gi-2.0-python2.6.so.0 -> libpyglib-gi-2.0-python2.6.so.0.0.0
-rw-r--r-- 1 root root 16184 May 15 15:34 /usr/lib/libpyglib-gi-2.0-python2.6.so.0.0.0
lrwxrwxrwx 1 root root 35 May 15 15:34 /usr/lib/libpyglib-gi-2.0-python2.7.so -> libpyglib-gi-2.0-python2.7.so.0.0.0
lrwxrwxrwx 1 root root 35 May 15 15:34 /usr/lib/libpyglib-gi-2.0-python2.7.so.0 -> libpyglib-gi-2.0-python2.7.so.0.0.0
-rw-r--r-- 1 root root 16184 May 15 15:34 /usr/lib/libpyglib-gi-2.0-python2.7.so.0.0.0
lrwxrwxrwx 1 root root 19 Jun 25 22:58 /usr/lib/libpython2.6.so.1 -> libpython2.6.so.1.0
-rw-r--r-- 1 root root 2816576 Jun 25 22:58 /usr/lib/libpython2.6.so.1.0
lrwxrwxrwx 1 root root 31 Sep 9 20:37 /usr/lib/libpython2.7.a -> python2.7/config/libpython2.7.a
lrwxrwxrwx 1 root root 17 Sep 9 20:37 /usr/lib/libpython2.7.so -> libpython2.7.so.1
lrwxrwxrwx 1 root root 19 Sep 9 20:37 /usr/lib/libpython2.7.so.1 -> libpython2.7.so.1.0
-rw-r--r-- 1 root root 3077768 Sep 9 20:37 /usr/lib/libpython2.7.so.1.0
lrwxrwxrwx 1 root root 39 Sep 10 13:41 /usr/lib/libpython3.2mu.a -> python3.2/config-3.2mu/libpython3.2mu.a
lrwxrwxrwx 1 root root 19 Sep 10 13:41 /usr/lib/libpython3.2mu.so -> libpython3.2mu.so.1
lrwxrwxrwx 1 root root 21 Sep 10 13:41 /usr/lib/libpython3.2mu.so.1 -> libpython3.2mu.so.1.0
-rw-r--r-- 1 root root 3339136 Sep 10 13:41 /usr/lib/libpython3.2mu.so.1.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment