Hi Richard, Richard Sharpe píše v ne 03. 06. 2012 v 06:55 -0700: > Hi folks, > > I have figured out part of my problem with the OpenIndiana machine on > the Samba build farm. > > It seems that the system goes not have GNU make installed or the > OpenIndiana version of make is first on the path. >
is gmake not installed? GNU make package with gmake 3.81 is developer/build/gnu-make Best regards, Milan > We have the following in the Makefile: > > .SUFFIXES: .so > > .o.so: > @echo "Linking $<" > @$(CC) $(LDSHFLAGS) $(LDFLAGS) $*.o -o $*.so > > and make is objecting with: Don't know how to make blah.so. > > Is there any way to work around this? > _______________________________________________ OpenIndiana-discuss mailing list [email protected] http://openindiana.org/mailman/listinfo/openindiana-discuss
