From: Joe Acquisto-j. <jo...@j4...> - 2020-01-29 18:43:28
|
>>> > On Wed, Jan 29, 2020 at 11:06:35AM -0500, Joe Acquisto-j4 wrote: >> So, I continue to attempt to compile with tidbitd cleaned from internet > searches even though I am sure someone on the list has a proper way to do > this, aside from compiling on a 32bit machine. Building even a VM for that > is problematic at the moment. > . . . This, one presumes, is "ungood". > > This basically means that 'make' did not consider that it had anything > to do, since all the object and executable files were newer than all the > source files. If you only change the Makefile, then you should run > 'make clean' or even, if the program supports it, 'make distclean' to > make sure that the next 'make' command will rebuild everything. > > G'luck, > Peter > > Tried the suggestion offered. None ran error free. make distclean cleaned a bit too much, so I ended up deleting and re-extracting the tar file. After a new ./configure, I edited the resultant Makefiile as noted earlier but got this result: ddgnu----- linux-jod1:~/fetchmail-6.4.1 # make depbase=`echo socket.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ gcc -DHAVE_CONFIG_H -DLOCALEDIR=\"/usr/local/share/locale\" -I. -I./libesmtp -m32 -m32 -g -O2 -I/usr/kerberos/include -MT socket.o -MD -MP -MF $depbase.Tpo -c -o socket.o socket.c &&\ mv -f $depbase.Tpo $depbase.Po In file included from /usr/include/features.h:447:0, from /usr/include/sys/types.h:25, from fetchmail.h:13, from socket.c:12: /usr/include/gnu/stubs.h:7:11: fatal error: gnu/stubs-32.h: No such file or directory # include <gnu/stubs-32.h> ^~~~~~~~~~~~~~~~ compilation terminated. make: *** [Makefile:1228: socket.o] Error 1 linux-jod1:~/fetchmail-6.4.1 # ----- Just guessing, but is it telling me, essentially, that this missing gnu/stubs-32.h is the immediate problem? joe a -- +++++++++++++++++++++++ joea@@j4computers.com https://www.j4computers.com 845-687-3734 +++++++++++++++++++++++ |