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
        

_______________________________________________
PyKDE mailing list    [EMAIL PROTECTED]
http://mats.gmd.de/mailman/listinfo/pykde

Reply via email to