[LLVMdev] Building LLVM with cmake on FreeBSD

Óscar Fuentes ofv at wanadoo.es
Sat May 23 14:29:32 PDT 2009


Chuck Robey <chuckr at telenix.org> writes:

>> Just checked that the makefiles generated by cmake work with `make' on
>> FreeBSD 7.2 x86. The build fails while building `opt' because libdl is
>> missing.
>
> They absolutely do work, even on FreeBSD-current( I run that here),
> but not using the native make (the one built as part of "make world"
> which is a direct descendant of "pmake".  You have to use the GNU
> make,

Uh? My FreeBSD installment has `make' and no `gmake'. `make' is indeed
BSD make.

So, to recap, right now LLVM svn builds fine on FreeBSD 7.2 using BSD
`make' with the makefiles generated by cmake.

[snip]

> I did give you one example of a statement I found in your makefiles,
> which I'm absolutely certain can't be understood by our make.

It is obvious that you are not reading what I write.

[snip]

-- 
Óscar




More information about the llvm-dev mailing list