Re: GCC Compiler can't seem to find linker

2017-07-06 Thread starz0rdesign
Interesting that the package name isn't "libarchive" in the repos, but it's "libarchive13". Since I'm using a apt-get bash script to get the packages for me anyway. Since it seems I already had "libarchive13" installed, I tried installing the mingw64 package to see if it would fix my issue

Re: GCC Compiler can't seem to find linker

2017-07-05 Thread Mark Geisert
starz0rdesign wrote: Which package contains libink.a? This is the output for make V=1 $ make V=1 make all-am make[1]: Entering directory '/home/nobodyimportant/libarchive-3.3.1' /bin/sh ./libtool --tag=CC --mode=link gcc -g -O2 -Wall -Wformat -Wformat-s ecurity -no-undefined -version-info

Re: GCC Compiler can't seem to find linker

2017-07-05 Thread starz0rdesign
Which package contains libink.a? This is the output for make V=1 $ make V=1 make all-am make[1]: Entering directory '/home/nobodyimportant/libarchive-3.3.1' /bin/sh ./libtool --tag=CC --mode=link gcc -g -O2 -Wall -Wformat -Wformat-s ecurity -no-undefined -version-info 16:1:3 -o

Re: GCC Compiler can't seem to find linker

2017-07-04 Thread Csaba Raduly
Hi, On Mon, Jul 3, 2017 at 11:52 PM, starz0rdesign wrote: > Hello. > > I'm having a bit of an issue trying to compile LibArchive 3.3.1 for Windows. > I have Mingw64 with GCC7.1 installed to prevent the Cygwin installer from > linking it's DLL. Maybe you should ask on the Mingw mailing list. >

GCC Compiler can't seem to find linker

2017-07-03 Thread starz0rdesign
Hello. I'm having a bit of an issue trying to compile LibArchive 3.3.1 for Windows. I have Mingw64 with GCC7.1 installed to prevent the Cygwin installer from linking it's DLL. At the end of the make process I seem to get this error: make all-am make[1]: Entering directory