X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:content-type:mime-version:subject:from :in-reply-to:date:cc:content-transfer-encoding:message-id :references:to; q=dns; s=default; b=QLR9k2JZ+oreNJcn+SmkMXPSaRjs 73REWCo4KM3kWTxeEwi2K4zmC6raM07i98UzFj5sTRmzE7ZFf0ebvbpWzVYQNYc/ XENKI5JfUWCctc84MRI9ZccLME5caNrVxjuo4ySe8X4RyTB2kYDudhrjeurILVGo zQwTIkQFGazq3co= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:content-type:mime-version:subject:from :in-reply-to:date:cc:content-transfer-encoding:message-id :references:to; s=default; bh=dQlyAUuZTaz3YYr51WANAH/KW5o=; b=S0 Eua7QbieAG9raRG+WYBXMMEKqpCglG/7AoHfAUWBqhoghK3hYJwFslLorosO/m/v sBFxTU3PEV0+PFR2icIfxV/C83jkwCO989Ogjhz40x97hIegPQ3Ghiu/eNInhm4Z I2muV4BKNfV3WRJdy+4sr1nDOoUc4m3CP1G1oXiO8= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.2 required=5.0 tests=BAYES_05,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-qk0-f174.google.com X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:content-type:mime-version:subject:from :in-reply-to:date:cc:content-transfer-encoding:message-id:references :to; bh=vZ5OvszoMu3WR4f/gn9mHvS9IuXHQXrIpewQe+RZTXk=; b=KQjdsp17X9sfq8NzuoSzmt/l8daH4xVsGqpYPCwSLEKOydievEjmaXARM0M33fX85s kyqNMMeJnWt3csrcVD5i8EICal6+H1QJkvPccFQLgP+dcuOzde20QDqOcAdxN9hPNWkA xkWTWrDEwa+yGlXRIRI7zOhiB6viKcYMTxRWH6pYO9P8zm9vLuU7drm/NDNm5gMj8CZG n+AMKeXAGp9en6F9scUBkzevwsjtqBo2l7hcG5j2UuRmKuh51itCjGCifyJC7t7bjnLS y9bDBxei7zG2OWp7WJvZmQTShxfGSrjBf3M4+TOP0jerlhO7AUFzixna6WuxdIW5cAPz Da3g== X-Gm-Message-State: ALoCoQkmZohV1EYAWmBW8v1fc+TWTkLCE0Ga8q0+csG1mClU9+QX2Abm7/JwR55fyWI1HHYbSa8c X-Received: by 10.140.232.69 with SMTP id d66mr38750668qhc.103.1432053123561; Tue, 19 May 2015 09:32:03 -0700 (PDT) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (1.0) Subject: Re: rpc/types.h: No such file or directory From: Tom Kacvinsky In-Reply-To: Date: Tue, 19 May 2015 12:32:01 -0400 Cc: "cygwin AT cygwin DOT com" Message-Id: <5979C710-8C9E-40E9-9D9E-85DDA0994763@vectorcast.com> References: <1432049830 DOT 11784 DOT 38 DOT camel AT cygwin DOT com> To: "Gery ." X-IsSubscribed: yes Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id t4JGWLTl023050 You need to set CFLAGS. And CXXFLAGS, too > On May 19, 2015, at 12:26, Gery . wrote: > > Thanks, however it didn't work if I put it in the install_makefiles or .bashrc: > > # Required parameters: > $MBSYSTEM_HOME = "/usr/local/mbsystem"; > $OS = "LINUX"; > $CFLAGS = "-Wall -g -I/usr/X11/include "; > $LFLAGS = "-Wall -g -lm -L/usr/lib -lgdal"; > $CPPFLAGS="-I/usr/include/tirpc"; > # NETCDF > $NETCDFLIBDIR = "/usr/lib"; > $NETCDFINCDIR = "/usr/include"; > # GMT > $GMTLIBDIR = "/opt/gmt/gmt-4.5.9/lib"; > $GMTINCDIR = "/opt/gmt/gmt-4.5.9/include"; > $PROJECTIONS = "$MBSYSTEM_HOME/Projections.dat"; > > I also put it in my .bashrc in ~/: > > export CPPFLAGS="-I/usr/include/tirpc" > > Any additional idea? > -- > Problem reports: http://cygwin.com/problems.html > FAQ: http://cygwin.com/faq/ > Documentation: http://cygwin.com/docs.html > Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple > -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple