Re: Segmentation fault in ld

2003-04-01 Thread Ronald Landheer-Cieslak
Hi Max, Like I said, the Makefile is crappy. The point is not in the Makefile - if it were OK, ld wouldn't give any errors at all ;) The point is that ld is segfaulting. I don't know whether it's specific to Cygwin, which is why I posted here first. As nobody has been able to point me to a cau

Re: Segmentation fault in ld

2003-03-31 Thread Max Bowsher
Ronald Landheer-Cieslak wrote: > Hello all, > > I just discovered a bug in the current ld: > > To repeat, just make sure there is no .libs in the current directory and > there is a minimal stub.cpp with at least one function. Run make with the > following makefile: > > == BEGIN Makefile == > all

Segmentation fault in ld

2003-03-31 Thread Ronald Landheer-Cieslak
Hello all, I just discovered a bug in the current ld: To repeat, just make sure there is no .libs in the current directory and there is a minimal stub.cpp with at least one function. Run make with the following makefile: == BEGIN Makefile == all : stub.dll .cpp.o : g++ -shared -Wall