[PyKDE] Building SIP
SNYDER, BARRON F (AIT)
bs1535 at sbc.com
Mon Apr 22 20:44:00 BST 2002
Ludger Humbert wrote:
>Did you install the developer tools from Apple / may be the 3rd CD,
Yes, I do have the developer tools installed.
>before running ./configure
>I changed the line
>containing
> archive_cmds='$nonopt .... echo -dynamiclib ...
>into
> archive_cmds='$nonopt .... echo -bundle ...
>
>After that
>./configure
>works.
It looks like that change has already been made to the file. In sip-3.2rc2,
the line you refer to reads:
archive_cmds='$nonopt $(test "x$module" = xyes && echo -bundle || echo
-dynamiclib) $allow_undefined_flag -o $lib $libobjs $delibs$linker_flags
-install_name $rpath/$soname $verstring'
It seems to me that .configure works "as is" without any changes. It's
"make"/"make install" that gives errors...
Thanks,
Barron
More information about the PyQt
mailing list