Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date: Sun, 1 Jul 2012 12:26:45 +0400
From: "Elijah [W&P]" <smarteam.support@...il.com>
To: john-dev@...ts.openwall.com
Subject: nvcc -o for win-builds

As I can see (at least for -cuda targets) not every nvcc operation has an
"-o" option
But if you are planning to make versions for windows "-o" is needed because
"nvcc $(NVCC_FLAGS) cuda_common.cu" will give you cuda_common.obj instead
of cuda_common.o and "mv cuda/cuda_common.o cuda_common.o" will fail.

Content of type "text/html" skipped

Powered by blists - more mailing lists

Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.