Justin Clift <justin@...> writes:

> cc -O2 -g -Wall -Wstrict-prototypes -I../include -DLinux 
> -DNETLINK_ISCSI=8 -D_GNU_SOURCE -static netlink.o util.o io.o auth.o 
> login.o log.o md5.o sha1.o iscsi_sysfs.o idbm.o initiator.o queue.o 
> actor.o mgmt_ipc.o isns.o transport.o iscsistart.o statics.o -o iscsistart
> /usr/bin/ld: cannot find -lc
> collect2: ld returned 1 exit status
> make: *** [iscsistart] Error 1
> + echo 'Failed to build open-iscsi userspace code, cleaning up...'
> 

hi justin, 
you need the static glibc-devel

yum install glibc-static

you can tell by the -static in the line that fails.

--
mike




--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to