We are trying to use a Makefile to streamline the compiling process.  
We have it working for the Java backend, but not the C++ back end. If  
I use

        x10c++ -commandlineonly -d ../bin1 -MAIN_CLASS=blah *.x10

from the command line, everything seems fine. But to recompile all the  
files takes an enormous amount of time. I can use the -c option for  
individual files, but how can I link all the individual files? Does  
this require invoking g++ or can x10c++ do this? I don't see this kind  
of option. I noticed in the prior discussion on using "-report  
postcompile=1". Is this what I need to use?

Jim

------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
X10-users mailing list
X10-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/x10-users

Reply via email to