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.

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?

-- 
Regards,
Richard Sharpe
(何以解憂?唯有杜康。--曹操)

_______________________________________________
OpenIndiana-discuss mailing list
[email protected]
http://openindiana.org/mailman/listinfo/openindiana-discuss

Reply via email to