On Saturday 27 December 2003 8:03 pm, michael ferraro wrote: > I encountered this error when building sip-snapshot-20031226 > > c++: -install_name only allowed with -dynamiclib > > I removed the -install_name $(TARGET) from the Makefile(line 11) > in the siplib directory and the build proceeded and installed OK > > was; LFLAGS = -bundle -install_name $(TARGET) -framework Python > now: LFLAGS = -bundle -framework Python
Should be fixed in tonight's snapshot. Phil _______________________________________________ PyKDE mailing list [EMAIL PROTECTED] http://mats.imk.fraunhofer.de/mailman/listinfo/pykde
