From: Ian Stokes-Rees (ijstokes_at_hkl.hms.harvard.edu)
Date: Fri Jul 16 2010 - 02:41:24 CDT

On 7/15/10 8:44 PM, Ian Stokes-Rees wrote:
> Are there any particular pointers for building VMD with both Python and
> CUDA support on the most recent MacBook Pros (nVidia GeForce GT 330M, 6
> processors, 48 cores, CUDA 3.0), running OS X 10.6.3?

By removing the problematic flag (nvcc didn't like the -F flag which it
got from $(CFLAGS)), I got to the (almost?) last step where final vmd
linking is attempted. Sadly, it fails:

Linking vmd_MACOSXX86_64 ...
ln: ./foobar: File exists
ld: library not found for -lsball
collect2: ld returned 1 exit status
make: *** [vmd_MACOSXX86_64] Error 1

As before, suggestions kindly received.

Ian