Hi, you SNYDER, BARRON F (AIT) wrote: > For those of us who may need a little more hand-holding (idiots like me > <g>), where would I put the new linking command (Dimitri's step 2) within > the libtool script? > > Or, how should I run the linking command manually? When I tried it at the > prompt (from the sip-3.2rc2 directory, I received: > c++: No match.
Did you install the developer tools from Apple / may be the 3rd CD, but you can get it via developer.apple.com but you have to register first. Deatils are presented on http://developer.apple.com/tools/compilers.html After installing all the stuff before running ./configure I changed the line containing archive_cmds='$nonopt .... echo -dynamiclib ... into archive_cmds='$nonopt .... echo -bundle ... After that ./configure works. Next step make an then change to "root" make install and sip is installed. > We had to change manually the linking command line for SIP > and PyQt. In SIP for example, we had to change from: > c++ -dynamiclib -flat_namespace [...] -install_name .. > to: > c++ -bundle -flat_namespace [...] -install_name Ludger _______________________________________________ PyKDE mailing list [EMAIL PROTECTED] http://mats.gmd.de/mailman/listinfo/pykde
