Error in make install (Develop branch)
Hi,
When I run make install, I get the following error:
/usr/lib64/gcc/x86_64-suse-linux/13/../../../../x86_64-suse-linux/bin/ld: /usr/lib64/gcc/x86_64-suse-linux/13/../../../../lib64/crt1.o: in function _start': /home/abuild/rpmbuild/BUILD/glibc-2.38/csu/../sysdeps/x86_64/start.S:103:(.text+0x17): undefined reference to main'
collect2: error: ld returned 1 exit status
make: *** [Makefile:438: snapmerge] Error 1
make: *** Waiting for unfinished jobs...
I've already implemented a new snapshot function 'outsnap', so I believe we can safely remove all snapmerge-related sections from the Makefile. That should resolve the issue as well.