
/bin/sh ../libtool --mode=compile /usr/vac/bin/cc -DHAVE_CONFIG_H -I. -I. -I.. -c parser-smi.tab.c /usr/vac/bin/cc -DHAVE_CONFIG_H -I. -I. -I.. -c parser-smi.tab.c -DPIC 1506-507 (W) No licenses available. Contact your program supplier to add additional users. Compilation will proceed shortly. mv -f parser-smi.o parser-smi.tab.lo mv: cannot rename parser-smi.o to parser-smi.tab.lo: No such file or directory
Assuming that the license warning meant what it said about compilation proceeding when a license became available, is there a "parser-smi.tab.o" in that directory? It looks to me like cc should have compiled parser-smi.tab.c into parser-smi.tab.o, but libtool for some reason thinks it will be parser-smi.o .
If so, this does look like a libtool problem. You could try configuring libsmi to not try to built a shared library with "./configure --disable-shared", since it at least seems to be the shared library that it's having trouble building. (I can't say that it won't have trouble building a static-only library, but it's at least worth a shot).
Bill -- !! This message is brought to you via the `libsmi' mailing list. !! Please do not reply to this message to unsubscribe. To subscribe or !! unsubscribe, send a mail message to libsmi-request@ibr.cs.tu-bs.de. !! See http://www.ibr.cs.tu-bs.de/projects/libsmi/ for more information.
participants (1)
-
Bill Fenner