lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


On Apr 16, 2010, at 7:16 PM, Valerio Schiavoni wrote:

> in case someone already solved this issue, please let me know. I'll trying
> to build luaxyssl on mac osx.

Seems to work ok. 

Once you have xyssl itself compiled, you need to change lxyssl's makefile a bit.

E.g.:

$T:	$(OBJS) 
	$(CC) -o $@ -bundle -undefined dynamic_lookup $(OBJS) $(LIBS) $(LDFLAGS)

Then the test file, hmmm, mostly run (e.g. some of the AES assertions seem to fail).