Sorry, I should not have used underline. I'm way over head in trying to resolve the compile issues but I had a question. In this compile it specifies -o $@ but in the actual compile it becomes -c -o ow_dl.lo ow_dl.c as for as I can tell LDFLAGS is null. So 1) where is the -c option coming from. 2) are the modules out of sequence for the options and 3) shouldn't the option precede the module name? Other things look ok on the surface, but I'm trying to resolve the actual command not found message. I'm hoping the weird gcc -c option is the culprit.
owfs4/module/owfs/src/c libow_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(libow_la_LDFLAGS) \ $(LDFLAGS) _*-o $...@*_ make messages make[4]: Entering directory /home/wgb/downloads/owfs4/module/owlib/src/c' /bin/bash ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../../src/include -I../include -fexceptions -Wall -W -Wundef -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wstrict-prototypes -Wredundant-decls -D_FILE_OFFSET_BITS=64 -D__EXTENSIONS__ -pthread -g -O2 -MT ow_dl.lo -MD -MP -MF .deps/ow_dl.Tpo -c -o ow_dl.lo ow_dl.c libtool manual libtool --mode=compile gcc -c foo/x.c -o foo/x.lo William Brown wrote: > I'm way over head in trying to resolve the compile issues but I had a > question. > In this compile it specifies -o $@ but in the actual compile it becomes > -c -o ow_dl.lo ow_dl.c > as for as I can tell LDFLAGS is null. So 1) where is the -c option > coming from. 2) are the modules out of sequence for the options and 3) > shouldn't the option precede the module name? Other things look ok on > the surface, but I'm trying to resolve the actual command not found > message. I'm hoping the weird gcc -c option is the culprit. > > owfs4/module/owfs/src/c > > libow_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ > --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(libow_la_LDFLAGS) \ > $(LDFLAGS) _*-o $...@*_ > > make messages > > make[4]: Entering directory > `/home/wgb/downloads/owfs4/module/owlib/src/c' > /bin/bash ../../../../libtool --tag=CC --mode=compile gcc > -DHAVE_CONFIG_H -I. -I../../../../src/include -I../include > -fexceptions -Wall -W -Wundef -Wshadow -Wpointer-arith -Wcast-qual > -Wcast-align -Wstrict-prototypes -Wredundant-decls > -D_FILE_OFFSET_BITS=64 -D__EXTENSIONS__ -pthread -g -O2 -MT > ow_dl.lo -MD -MP -MF .deps/ow_dl.Tpo *_-c -o ow_dl.lo ow_dl.c_ > * > libtool manual > > libtool --mode=compile gcc_* **-c foo/x.c -o foo/x.lo*_ > > > Matthias Urlichs wrote: > >> Hi, >> >> William Brown: >> >> >>> Removed everything and re-install, restarted. Now I'm missing the swig >>> modules >>> >>> >>> >> Ah yes. Sorry, I should have mentioned that. >> >> I'm not building the PHP swig module at the moment; it had build problems. >> >> I'd recommend using the ownet.php module. Loading the whole library just >> to talk to owserver doesn't make much sense IMHO. >> >> If you manage to get it built, I'll happily accept a patch. ;-) >> >> >> > > > ------------------------------------------------------------------------------ > Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA > -OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise > -Strategies to boost innovation and cut costs with open source participation > -Receive a $600 discount off the registration fee with the source code: SFAD > http://p.sf.net/sfu/XcvMzF8H > _______________________________________________ > Owfs-developers mailing list > Owfs-developers@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/owfs-developers > > ------------------------------------------------------------------------------ Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA -OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise -Strategies to boost innovation and cut costs with open source participation -Receive a $600 discount off the registration fee with the source code: SFAD http://p.sf.net/sfu/XcvMzF8H _______________________________________________ Owfs-developers mailing list Owfs-developers@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/owfs-developers