Hi Jan, looks like Intel options are being passed to gcc. Perhaps your libuv configuration is stale? You could try `make -C deps distclean-uv`
Keno On Tue, Dec 29, 2015 at 11:02 PM, Jan Strube <jan.str...@gmail.com> wrote: > I'm trying to install julia from source using the Intel compilers. > > icc --version > > icc (ICC) 16.0.1 20151021 > > Copyright (C) 1985-2015 Intel Corporation. All rights reserved. > > > Unfortunately, I don't get very far : > > > CC src/unix/libuv_la-proctitle.lo > > GEN src/unix/uv-dtrace.o > > gcc: error: unrecognized command line option ‘-static-intel’ > > "gcc /tmp/tmpKDA11o.c" failed > > > I'm on 'release-0.4' > > Has anybody else encountered this? > > >