<FONT face="Default Sans Serif,Verdana,Arial,Helvetica,sans-serif" size=2>Hi!<br><br>I compile and run my program on linux and Windows boxes.<br>Under Fortran-90 that is...<br>Now I would like to use Proj. I have 2 questions about this:<br><br>Question 1: <br>How do I generate/download an archive file (e.g. libproj.a) <br>that can be used from g95 under MinGW by just adding -lproj to the <br>compile command of my program?<br>The Windows binaries contain an executable and a dll, not a .a-file.<br>Can I just use the linux .a-file under MinGW? I guess not.<br>I downloaded the sources and called "./configure".<br>This went okay. Then I tried "make", but the whole thing<br>crashed... (see below this message for the rude curses it uttered)!<br><br>Question 2:<br>Are there any Fortran examples for using Proj?<br><br>Regards,<br><br><br>Arjan<br><br><br><br>$ make<br>Making all in src<br>c:\mingw\bin\make.exe[1]: Entering directory `e:/Proj/proj-4.6.1/src'<br>c:/mingw/bin/make.exe&nbsp; all-am<br>make.exe[2]: Entering directory `e:/Proj/proj-4.6.1/src'<br>C:/msys/1.0/bin/sh.exe ../libtool --tag=CC&nbsp;&nbsp; --mode=compile gcc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/local/share/proj\"&nbsp;&nbsp;&nbsp;&nbsp; -g -O2 -MT PJ_aeqd.lo -MD -MP -MF .deps/PJ_aeqd.Tpo -c -o PJ_aeqd.lo PJ_aeqd.c<br>XPJ_aeqd.Tpo -c -o PJ_aeqd.lo PJ_aeqd.lo<br>libtool: compile: libobj name `PJ_aeqd.Tpo -c -o PJ_aeqd.lo PJ_aeqd.lo' may not contain shell special characters.<br>rm: invalid option -- c<br>Try `rm --help' for more information.<br>mkdir .libs<br>&nbsp;gcc -DHAVE_CONFIG_H -I. "-DPROJ_LIB=\\/usr/local/share/proj\" -g -O2 -MT PJ_aeqd.lo -MD -MP -MF .deps/PJ_aeqd.Tpo -c -o PJ_aeqd.lo PJ_aeqd.c"&nbsp; -DDLL_EXPORT -DPIC -o .libs/PJ_aeqd.Tpo -c -o PJ_aeqd.lo PJ_aeqd.o<br>gcc.exe: PJ_aeqd.o: No such file or directory<br>gcc.exe: no input files<br>make.exe[2]: *** [PJ_aeqd.lo] Error 1<br>make.exe[2]: Leaving directory `e:/Proj/proj-4.6.1/src'<br>c:\mingw\bin\make.exe[1]: *** [all] Error 2<br>c:\mingw\bin\make.exe[1]: Leaving directory `e:/Proj/proj-4.6.1/src'<br>c:\mingw\bin\make.exe: *** [all-recursive] Error 1<br><br><br><br><br></FONT>