This is what I get:

dlezama@Mint-KDE:~/src/libuv-0.10.27 > make 
builddir_name=/home/dlezama/libuv-0.10.27
make -C /home/dlezama/libuv-0.10.27 -f /home/dlezama/src/libuv-0.10.27/Makefile 
 \
                SRCDIR=/home/dlezama/src/libuv-0.10.27 builddir_name=
make[1]: Entering directory `/home/dlezama/libuv-0.10.27'
# Force a sequential build of the static and the shared library.
# Works around a make quirk where it forgets to (re)build either
# the *.o or *.pic.o files, depending on what target comes first.
make -f /home/dlezama/src/libuv-0.10.27/Makefile libuv.a
make[2]: Entering directory `/home/dlezama/libuv-0.10.27'
cc --std=c89 -pedantic -Wall -Wextra -Wno-unused-parameter -D_GNU_SOURCE 
-I/home/dlezama/src/libuv-0.10.27/include 
-I/home/dlezama/src/libuv-0.10.27/include/uv-private 
-I/home/dlezama/src/libuv-0.10.27/src -D_LARGEFILE_SOURCE 
-D_FILE_OFFSET_BITS=64 -g -c /home/dlezama/src/libuv-0.10.27/src/unix/async.c 
-o src/unix/async.o
Assembler messages:
Fatal error: can't create src/unix/async.o: No such file or directory
make[2]: *** [src/unix/async.o] Error 1
make[2]: Leaving directory `/home/dlezama/libuv-0.10.27'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/home/dlezama/libuv-0.10.27'
make: *** [/home/dlezama/libuv-0.10.27] Error 2

-- 
You received this message because you are subscribed to the Google Groups 
"libuv" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/libuv.
For more options, visit https://groups.google.com/d/optout.

Reply via email to