Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Mar 2014 09:34:47 GMT
From:      Jonas Bülow <jonas.bulow@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   misc/187810: compiler does not work on FreeBSD 10
Message-ID:  <201403210934.s2L9YlLf090881@cgiserv.freebsd.org>
Resent-Message-ID: <201403210940.s2L9e0QX073025@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         187810
>Category:       misc
>Synopsis:       compiler does not work on FreeBSD 10
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Mar 21 09:40:00 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator:     Jonas Bülow
>Release:        10.0-RELEASE FreeBSD 10.0-RELEASE #0 r260789: Thu Jan 16 22:34:59 UTC 2014     root@snap.freebsd.org:/usr/obj/usr/src/sys/GENERIC  amd64
>Organization:
>Environment:
FreeBSD box 10.0-RELEASE FreeBSD 10.0-RELEASE #0 r260789: Thu Jan 16 22:34:59 UTC 2014     root@snap.freebsd.org:/usr/obj/usr/src/sys/GENERIC  amd64

>Description:
Compiler/linker depends on missing file:

 % cat fil.c
#include <stdio.h>

int
main(int argc, char *argv[])
{
        printf("hello world\n");
        return 0;
}
jonasbu@jonasbu-netlab:~/t % cc -o plopp fil.c
/usr/bin/ld: cannot find /usr/lib/libc_nonshared.a
cc: error: linker command failed with exit code 1 (use -v to see invocation)


>How-To-Repeat:
See above.
>Fix:


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403210934.s2L9YlLf090881>