Re: amhello with generated version

2010-01-07 Thread Peter Johansson
On 1/7/10 6:14 AM, Baurzhan Ismagulov wrote: All this without having to modify, check in or tag anything after checking out. Are these use cases supported in the your development version? I'm not sure I fully understand the details of your use cases. Are these project maintained by you or

Re: amhello with generated version

2010-01-07 Thread Baurzhan Ismagulov
On Wed, Jan 06, 2010 at 09:14:35PM -0500, Peter Johansson wrote: > It has been discussed recently that the way the VERSION is set with > automake is suboptimal when the VERSION is changing frequently [1]. Very useful feature, I have a good intention to look at that -- I regularly need magic solu

Re: cuda compilation

2010-01-07 Thread Tomas Oberhuber
Hi Ralph, I think that I have solved the problem somehow. Here is a patch for libtool.m4 which adds support for C++ for nvcc. It prepends -Xcompiler to -fPIC as well as it is for C and also -Xlinker infront of -nostdlib. 3653a3654,3660 > > case $cc_basename in > nvcc*) # Cuda Compiler D