From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.sysutils.supervision.general/1457 Path: news.gmane.org!not-for-mail From: "Daniel Clark" Newsgroups: gmane.comp.sysutils.supervision.general Subject: Solaris 10: ld: fatal: library -lc: not found Date: Sat, 30 Jun 2007 19:16:28 -0400 Message-ID: <5422d5e60706301616m54b104d1ie3601f13b75d2506@mail.gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1183245400 23829 80.91.229.12 (30 Jun 2007 23:16:40 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 30 Jun 2007 23:16:40 +0000 (UTC) To: Supervision Original-X-From: supervision-return-1694-gcsg-supervision=m.gmane.org@list.skarnet.org Sun Jul 01 01:16:33 2007 Return-path: Envelope-to: gcsg-supervision@gmane.org Original-Received: from antah.skarnet.org ([212.85.147.14]) by lo.gmane.org with smtp (Exim 4.50) id 1I4mB5-0006Us-Ud for gcsg-supervision@gmane.org; Sun, 01 Jul 2007 01:16:32 +0200 Original-Received: (qmail 10654 invoked by uid 76); 30 Jun 2007 23:16:52 -0000 Mailing-List: contact supervision-help@list.skarnet.org; run by ezmlm List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Archive: Original-Received: (qmail 10649 invoked from network); 30 Jun 2007 23:16:52 -0000 DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition:x-google-sender-auth; b=GzBA69didAf98d6e6LHeeQfyeP5noPoVKWD3la1HEgLyBq8u91TqJjcwtdMGgtelUzpGDd/UvY/LHiatZtnS7C2grShyDKTHYj1UF5oPuoiTtFnZntPMnwMXIA5PUPfJhQSSA5JB30UjDMdjxrTovGv6/33J6pOzBGXuqFon2G4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:sender:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition:x-google-sender-auth; b=qo5CYCe3HpAfX+ZL8QPhaInibe6wo3P7dSO30/pz+sfeqelhFuG2so/rfD1IPk0XrPwA7ooYEqOheSptA5ljHobfboRuXbT3HM3AGHEkgWQFic8DcmHqg3rXWOO8ZsQ8BHz1I8D55r1kvIvcGCL55+he1Fk/UzI36U39E9zV8bs= Original-Sender: djbclark@gmail.com Content-Disposition: inline X-Google-Sender-Auth: 3486ce82449dd647 Xref: news.gmane.org gmane.comp.sysutils.supervision.general:1457 Archived-At: Anyone get runit compiled on Solaris 10/Sparc? Using the sun-bundled gcc with PATH=/usr/sfw/bin:/usr/local/bin:/bin:/usr/bin:/usr/sbin:/sbin:/etc:/usr/bin/X11:/usr/games:/usr/local/bin:/usr/local/games:/usr/ccs/bin which ld - /usr/ccs/bin/ld which make - /usr/sfw/bin/make which gcc - /usr/sfw/bin/gcc The error is: ./compile runit.c ./load runit unix.a byte.a -static ld: fatal: library -lc: not found ld: fatal: library -lc: not found ld: fatal: File processing errors. No output written to runit collect2: ld returned 1 exit status make: *** [runit] Error 1 Thanks, -- Daniel Clark # http://planyp.us/djbclark/profile # http://dclark.us # http://opensysadmin.com