I've been trying to resurrect the windows owfs build process, but need
assistance. The problem seems to be autoconf or libtool.

This is in a virtual WinXP environment with the newest cygwin and many
of the development packages installed.

After fixing some syntax errors, ./bootstrap and ./configure work
without errors.
Of course some things aren't supported on Windows, like fuse and w1.

Still the make works fine for programs, but not libraries.

--------------------------------------
Here is the error in Cygwin (lines are separated for readbility):
--------------------------------------

make[4]: Entering directory `/home/paul/owfs/module/owlib/src/c'

/bin/sh ../../../../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__EXTENSIONS__
-D_FILE_OFFSET_BITS=64 -D_XOPEN_SOURCE=500 -D_BSD_SOURCE=1
-D_ISOC99_SOURCE=1 -D_POSIX_C_SOURCE=200112L    -g -O2 -mwin32 -g
-D_XOPEN_SOURCE=500 -D_BSD_SOURCE=1 -D_ISOC99_SOURCE=1
-D_POSIX_C_SOURCE=200112L -MT ow_dl.lo -MD -MP -MF .deps/ow_dl.Tpo -c
-o ow_dl.lo ow_dl.c

mv -f .deps/ow_dl.Tpo .deps/ow_dl.Plo

mv: cannot stat `.deps/ow_dl.Tpo': No such file or directory

make[4]: *** [ow_dl.lo] Error 1

--------------------------------------
Here is the same section in linux:
--------------------------------------

make[4]: Entering directory `/home/paul/owfs/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__EXTENSIONS__
-D_FILE_OFFSET_BITS=64 -D_XOPEN_SOURCE=500 -D_BSD_SOURCE=1
-D_ISOC99_SOURCE=1 -D_POSIX_C_SOURCE=200112L -pthread   -g -O2 -m64
-D_XOPEN_SOURCE=500 -D_BSD_SOURCE=1 -D_ISOC99_SOURCE=1
-D_POSIX_C_SOURCE=200112L -MT ow_dl.lo -MD -MP -MF .deps/ow_dl.Tpo -c
-o ow_dl.lo ow_dl.c

libtool: 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__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_XOPEN_SOURCE=500
-D_BSD_SOURCE=1 -D_ISOC99_SOURCE=1 -D_POSIX_C_SOURCE=200112L -pthread
-g -O2 -m64 -D_XOPEN_SOURCE=500 -D_BSD_SOURCE=1 -D_ISOC99_SOURCE=1
-D_POSIX_C_SOURCE=200112L -MT ow_dl.lo -MD -MP -MF .deps/ow_dl.Tpo -c
ow_dl.c  -fPIC -DPIC -o .libs/ow_dl.o

libtool: 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__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_XOPEN_SOURCE=500
-D_BSD_SOURCE=1 -D_ISOC99_SOURCE=1 -D_POSIX_C_SOURCE=200112L -pthread
-g -O2 -m64 -D_XOPEN_SOURCE=500 -D_BSD_SOURCE=1 -D_ISOC99_SOURCE=1
-D_POSIX_C_SOURCE=200112L -MT ow_dl.lo -MD -MP -MF .deps/ow_dl.Tpo -c
ow_dl.c -o ow_dl.o >/dev/null 2>&1

mv -f .deps/ow_dl.Tpo .deps/ow_dl.Plo

--------------------------------------
So for some reason the "libtool" commands are not being generated.

Can anyone suggest what steps I should try next?

Paul Alfille

------------------------------------------------------------------------------
EditLive Enterprise is the world's most technically advanced content
authoring tool. Experience the power of Track Changes, Inline Image
Editing and ensure content is compliant with Accessibility Checking.
http://p.sf.net/sfu/ephox-dev2dev
_______________________________________________
Owfs-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/owfs-developers

Reply via email to