
The following error is seen because of the missing space after the $(LIBS) at line no 648 in the src/Makefile. Making uninstall in src make[1]: Entering directory `/data/users/deepti/SRC/elm3b41/libvirt-cim/src' Makefile:649: *** missing separator. Stop. make[1]: Leaving directory `/data/users/deepti/SRC/elm3b41/libvirt-cim/src' make: *** [uninstall-recursive] Error 1 Including space after $(LIBS) continues the make uninstall. This is on F10 with the latest sources. Thanks and Regards, Deepti.

Deepti B Kalakeri wrote:
The following error is seen because of the missing space after the $(LIBS) at line no 648 in the src/Makefile.
Making uninstall in src make[1]: Entering directory `/data/users/deepti/SRC/elm3b41/libvirt-cim/src' Makefile:649: *** missing separator. Stop. make[1]: Leaving directory `/data/users/deepti/SRC/elm3b41/libvirt-cim/src' make: *** [uninstall-recursive] Error 1
Including space after $(LIBS) continues the make uninstall. This is on F10 with the latest sources.
It sounds like the Makefile in the src dir is incomplete. I'd try running configure again to see if the Makefile is generated properly. -- Kaitlin Rupert IBM Linux Technology Center kaitlin@linux.vnet.ibm.com
participants (2)
-
Deepti B Kalakeri
-
Kaitlin Rupert