Click here to Skip to main content
15,886,835 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I have two boxes:

A- local machine, windows 7 : netbeans 8.01.

B- remote server, Linux REHL 6, connection : SSH

I am working in A on a C++ project (Makefile project) and i want to make it by B's Compiler . but I have to run "source ~/.bashrc" before make command in netbeans,

how to do it?

that replacement the make command with

source ~/.bashrc && /usr/bin/make

doesn't work and add variables to project properties --> run --> environment variable doesn't work.
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900