Re: Different working folder for a C/C++ source file

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi Seyran,

Try this:

cd /AAA
for FILE in /BBB/*
do
  if test ! -e $FILE
    ln -s $FILE
  fi
done
g++ -c -o real.o real.cpp

HTH,
--Eljay


[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux