On 10/30/13 12:42 PM, Thomas Grant wrote:
> Yes I think you're right.  This is what I get:
>
> building '_tkinter' extension
> gcc -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -fwrapv -O3 -Wall
> -Wstrict-prototypes -DWITH_APPINIT=1 -DWITH_BLT=1 -I/usr/X11R6/include
> -I. -IInclude -I./Include -I/sw/include
> -I/sw/src/fink.build/python27-2.7.5-4/Python-2.7.5/Include
> -I/sw/src/fink.build/python27-2.7.5-4/Python-2.7.5 -c
> /sw/src/fink.build/python27-2.7.5-4/Python-2.7.5/Modules/_tkinter.c -o
> build/temp.macosx-10.8-x86_64-2.7/sw/src/fink.build/python27-2.7.5-4/Python-2.7.5/Modules/_tkinter.o
> gcc -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -fwrapv -O3 -Wall
> -Wstrict-prototypes -DWITH_APPINIT=1 -DWITH_BLT=1 -I/usr/X11R6/include
> -I. -IInclude -I./Include -I/sw/include
> -I/sw/src/fink.build/python27-2.7.5-4/Python-2.7.5/Include
> -I/sw/src/fink.build/python27-2.7.5-4/Python-2.7.5 -c
> /sw/src/fink.build/python27-2.7.5-4/Python-2.7.5/Modules/tkappinit.c -o
> build/temp.macosx-10.8-x86_64-2.7/sw/src/fink.build/python27-2.7.5-4/Python-2.7.5/Modules/tkappinit.o
> gcc -L/sw/lib -bundle
> /sw/src/fink.build/python27-2.7.5-4/Python-2.7.5/libpython2.7.dylib
> -L/sw/lib -L/sw/lib -I. -IInclude -I./Include -I/sw/include
> build/temp.macosx-10.8-x86_64-2.7/sw/src/fink.build/python27-2.7.5-4/Python-2.7.5/Modules/_tkinter.o
> build/temp.macosx-10.8-x86_64-2.7/sw/src/fink.build/python27-2.7.5-4/Python-2.7.5/Modules/tkappinit.o
> -L/usr/X11R6/lib64 -L/usr/X11R6/lib -L/sw/lib -lBLT -ltk8.5 -ltcl8.5
> -lX11 -o build/lib.macosx-10.8-x86_64-2.7/_tkinter.so
> ld: warning: directory not found for option '-L/usr/X11R6/lib64'
> *** WARNING: renaming "_tkinter" since importing it failed:
> dlopen(build/lib.macosx-10.8-x86_64-2.7/_tkinter.so, 2): Symbol not
> found: _waitpid
>    Referenced from: /sw/lib/libBLT.2.dylib
>    Expected in: /sw/lib/libtcl8.5.dylib
>   in /sw/lib/libBLT.2.dylib
> building '_ctypes' extension
>
>
>
>
> --
> Thomas D. Grant, Ph.D.
> Post-doctoral Scholar
> Hauptman-Woodward Medical Research Institute
> 700 Ellicott St.
> Buffalo, NY 14203
>
>

Ah, that's consistent with what you got before.

Check that you have a waitpid symbol in the place Hanspeter suggested:

        nm /usr/lib/system/libsystem_c.dylib | grep waitpid

If that's present, then perhaps check whether you have DYLD_LIBRARY_PATH 
set.
-- 
Alexander Hansen, Ph.D.
Fink User Liaison
My package updates: http://finkakh.wordpress.com/

------------------------------------------------------------------------------
Android is increasing in popularity, but the open development platform that
developers love is also attractive to malware creators. Download this white
paper to learn more about secure code signing practices that can help keep
Android apps secure.
http://pubads.g.doubleclick.net/gampad/clk?id=65839951&iu=/4140/ostg.clktrk
_______________________________________________
Fink-users mailing list
[email protected]
List archive:
http://news.gmane.org/gmane.os.macosx.fink.user
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to