Skip to content

Can't build with clang on Ubuntu #807

Closed
@brson

Description

@brson
Contributor

Clang doesn't know how to link on Ubuntu (and aparently other Linuxes), erroring with

/usr/bin/ld: cannot find crtbeginS.o: No such file or directory

Activity

eholk

eholk commented on Aug 6, 2011

@eholk
Contributor

Hmm.. I'm getting undefined identifier errors using clang on Ubuntu. I'll see if I can fix them...

brson

brson commented on Sep 26, 2011

@brson
ContributorAuthor

Now it also fails because clang can't find unwind.h

brson

brson commented on Apr 27, 2012

@brson
ContributorAuthor

I did a successful build with a recent 3.0ish build of clang.

added a commit that references this issue on Dec 12, 2017

Auto merge of rust-lang#807 - djg:macos_sol_local, r=alexcrichton

added 3 commits that reference this issue on Oct 26, 2020
29fafb4
660b5c3
efe3d84
added a commit that references this issue on Mar 7, 2023
added a commit that references this issue on Jun 4, 2024
203c277
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    O-linuxOperating system: Linux

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @eholk@brson

        Issue actions

          Can't build with clang on Ubuntu · Issue #807 · rust-lang/rust