>
> I have tried to rerun configure prep after installing automake but it
> did not do anything. The missing step was to execute autoreconf. I have
> no clue what this command does but that is what was needed.
autoreconf runs both automake and autoconf, as needed.
>
> Since you are maintaining
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
According to Olivier Langlois on 6/15/2006 11:30 AM:
> Eric,
>
> I think that I have found the problem. In the file lib/Makefile.am, you
> have
>
>
> Somehow, when lib/Makefile is generated by configure, cygwin.c is not
> included in the Makefile. I
Eric,
I think that I have found the problem. In the file lib/Makefile.am, you
have
libcoreutils_a_SOURCES = \
allocsa.c allocsa.h \
euidaccess.h \
exit.h \
fprintftime.c fprintftime.h \
full-read.c full-read.h \
full-write.c full-write.h \
getaddrinfo.h \
gettext.h \
localcharse
Hi,
What you say makes sense. I have run coreutils-5.96-1.sh first and it
did not complete correctly because I did not have patch installed. I
have downloaded patch and then executed the script again thinking that
it would overwrite what the first attempt did. I will try to redo the
whole process
> When compiling this package, I receive this error message from the linker:
>
> gcc -std=gnu99 -g -O2 -o cp.exe cp.o copy.o cp-hash.o
> ../lib/libcoreutils.a
> ../lib/libcoreutils.a
> copy.o:copy.c:(.text+0xefd): undefined reference to `_cygwin_spelling'
> copy.o:copy.c:(.text+0x2b38): und
Hi,
When compiling this package, I receive this error message from the linker:
gcc -std=gnu99 -g -O2 -o cp.exe cp.o copy.o cp-hash.o ../lib/libcoreutils.a
../lib/libcoreutils.a
copy.o:copy.c:(.text+0xefd): undefined reference to `_cygwin_spelling'
copy.o:copy.c:(.text+0x2b38): undefined ref
6 matches
Mail list logo