Re: 32 bit lib dirs on cygwin64, advice sought

2016-05-31 Thread Warren Young
On May 29, 2016, at 6:30 PM, Jason Pyeron wrote: > > I feel I am making things way too complicated. Yes. :) > I have a Makefile, which is building a static library [1] in both 32 and 64 > bit. Don’t do that. The 32-bit and 64-bit Cygwins are fundamentally incompatible: http://stackoverflow

Re: 32 bit lib dirs on cygwin64, advice sought

2016-05-30 Thread Achim Gratz
Jason Pyeron pdinc.us> writes: > I feel I am making things way too complicated. > > I have a Makefile, which is building a static library [1] in both 32 and 64 > bit. The current issue is it creates a static lib (.a file) and installs > both the 32 and 64 to /usr/lib/, which is not working becaus

32 bit lib dirs on cygwin64, advice sought

2016-05-29 Thread Jason Pyeron
I feel I am making things way too complicated. I have a Makefile, which is building a static library [1] in both 32 and 64 bit. The current issue is it creates a static lib (.a file) and installs both the 32 and 64 to /usr/lib/, which is not working because the 64 and 32 bit lib overwrite each oth