-
Notifications
You must be signed in to change notification settings - Fork 37
Open
Description
I had some issues while compiling SilkJS, under Linux Mint 12 x64 (Ubuntu based distribution). It was complaining about :
- ... undefined reference to 'operator new[](unsigned long)' ...
- and libexpat & libdl dependences
I made some slight changes to src/Makefile and it worked :
silkjs: deps
g++ -o silkjs
(changed "gcc" to "g++", and added -lexpat and -ldl linking)
Metadata
Metadata
Assignees
Labels
No labels