This archive contains answers to questions sent to Unidata support through mid-2025. Note that the archive is no longer being updated. We provide the archive for reference; many of the answers presented here remain technically correct, even if somewhat outdated. For the most up-to-date information on the use of NSF Unidata software and data services, please consult the Software Documentation first.
Ajit, > ./configure --prefix=/cygdrive/c/temp/ud CC=/bin/gcc > > I had earlier set this > export LDFLAGS='/cygwin/c/Program Files (x86)\Expat 2.2.0\Bin' > export LIBS=libexpat.lib Assuming the Expat header-files are in "/cygwin/c/Program Files (x86)\Expat 2.2.0\Include", and the Expat library is in "/cygwin/c/Program Files (x86)\Expat 2.2.0\Lib", Try this: ./configure --prefix=/cygdrive/c/temp/ud CC=/bin/gcc \ CPPFLAGS='"-I/cygwin/c/Program Files (x86)/Expat 2.2.0/Include"' \ LIBS='"-L/cygwin/c/Program Files (x86)/Expat 2.2.0/Lib" -lexpat' \ >configure.log 2>&1 You'll probably have to play around with quoting and escaping. Alternatively, rename the directories to remove the spaces in their pathnames. Regards, Steve Emmerson Ticket Details =================== Ticket ID: MZK-350035 Department: Support UDUNITS Priority: Normal Status: Closed =================== NOTE: All email exchanges with Unidata User Support are recorded in the Unidata inquiry tracking system and then made publicly available through the web. If you do not want to have your interactions made available in this way, you must let us know in each email you send to us.