TrueCrypt 5.0

Garrett Cooper yanegomi at gmail.com
Sun Feb 10 01:43:42 PST 2008


On Feb 10, 2008, at 12:33 AM, Watermelon wrote:

> i downloaded the source cause i thought if there is an osx support  
> may be it works for freebsd too....
> and i found in makefile a point for making in freebsd....
> but there are errors so i couldnt make it...

Actual errors may help, but the issue most likely lies in and of the  
fact that OSX comes prepackaged with GNU make, not BSD make.

starr:~ gcooper$ make --version
GNU Make 3.81
Copyright (C) 2006  Free Software Foundation, Inc.
This is free software; see the source for copying conditions.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.

This program built for i386-apple-darwin9.0
starr:~ gcooper$ uname -a
Darwin starr.local 9.1.0 Darwin Kernel Version 9.1.0: Wed Oct 31  
17:46:22 PDT 2007; root:xnu-1228.0.2~1/RELEASE_I386 i386

Thus, you should try gmake (target) as opposed to make (target). If  
you come across any errors, please report the relevant information  
(error messages, etc).

Thanks,
-Garrett


More information about the freebsd-ports mailing list