I've been using the following Makefile syntax with building cygwin
applications:
$(PROJ_DLL) $(PROJ_SAR): product_dirs $(PROJ_OBJS)
$(CXX) $(LCXX_SARFLAGS) -Wl,--out-implib=$(PROJ_SAR) \
-o $(PROJ_DLL) $(PROJ_OBJS) $(LCXXFLAGS)
This is exactly what is in the cygwin documentation,
Yes, yes... I've not given you enough information...
$ uname -a
CYGWIN_NT-5.1 turro 1.5.19<0.150/4/2) 2006-01-20 13:38 i686 Cygwin
Also the file I attached needs to inspect a .dll that is built
with the procedure that I described in the first part of the
message. So when you got "No such file o
2 matches
Mail list logo