chicken-users
[Top][All Lists]
Advanced

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

[Chicken-users] Getting error while Compiling static executables using S


From: Joe Python
Subject: [Chicken-users] Getting error while Compiling static executables using Solaris Studio
Date: Wed, 3 Dec 2014 18:38:50 -0500

I am getting error compiling (using csc)  a static hello world executable using the C compiler provided by the Solaris Studio suite. This is for version 4.9.0.1.

$ csc -verbose -static -o hello hello.scm
'/export/home/jopython/cscheme/bin/chicken' 'hello.scm' -output-file 'hello.c' -feature chicken-compile-static -verbose
'cc' 'hello.c' -o 'hello.o' -c  -errtags -xdebugformat=stabs -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -g -xO3 -I"/export/home/jopython/cscheme/include/chicken"
rm hello.c
'cc' 'hello.o' -o 'hello' -L"/export/home/jopython/cscheme/lib"  -Wl,-R"/export/home/jopython/cscheme/lib" -static '/export/home/jopython/cscheme/lib/libchicken.a' -lsocket -lnsl -lm -ldl -lrt
cc: No valid input files specified, no output generated
 
Error: shell command terminated with non-zero exit status 256: 'cc' 'hello.o' -o 'hello' -L"/export/home/jopython/cscheme/lib"  -Wl,-R"/export/home/jopython/cscheme/lib" -static '/export/home/jopython/cscheme/lib/libchicken.a' -lsocket -lnsl -lm -ldl -lrt


reply via email to

[Prev in Thread] Current Thread [Next in Thread]