Skip to Content.
Sympa Menu

charm - Re: [charm] File with unrecognized extension on mac

charm AT lists.cs.illinois.edu

Subject: Charm++ parallel programming system

List archive

Re: [charm] File with unrecognized extension on mac


Chronological Thread 
  • From: "Diener, Matthias" <mdiener AT illinois.edu>
  • To: "charm AT cs.illinois.edu" <charm AT cs.illinois.edu>
  • Subject: Re: [charm] File with unrecognized extension on mac
  • Date: Fri, 23 Aug 2019 16:10:31 +0000
  • Accept-language: en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=illinois.edu; dmarc=pass action=none header.from=illinois.edu; dkim=pass header.d=illinois.edu; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=uIjAeBq5wdH96VaD6S/Z4i2Cj652U0Vald6+o3DSyLE=; b=leR+H2a4a/HHT2GT3zlfWzVcIiLvWeZPJI2vP2wri0//2PxB5BERGUWoMJx1hFbWVoLloe9cAzttFCDOgVKnEkBr+2LifLoYV24KGLj/pNf4vf/egXbCrm/0fHw5q2vqaIBQ3QmeATzxiTiInKVfxO0DRI36b382gbzh2B9TJvf6YcCxKIHqeQBSNZ+BUPee+9fTqC66ZayrW5sUmRwj1551S6FsEvNhlNuBRkY98GHe2sTa4q4bZ8qYKIAGVS7+P2YcGXdVJK6CPLB9BbtbLD5/Dfv4AkArr/Fn+xZvdZZ1Ta6ZDD9ZT5AhwL1/Q7eTHqaCSYbJxozw5Fi+xL9FGA==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=TdLuXPGHipn1qGNtyY6LgdVjaZcd8Fnpc5s3HNc6XmfPKowXHg2spOrYEArKGlPixd158AoNQhF3scBLJOlD4AD3GyzLLz6rpV9XMeTmswRolUFRR1jmggWEDX6EP6DDniLLfIeYucsX+NmVqQtgw1lCeq+qYeV+rimPpV01h17HNLtMM2dRfGOQPYuPITq6rK0fkbmjZVuFs5Y97vz/Mv9A4ApuPaGvZKa59gMYfueGE1qgsjvtSMPv6b6HgxPRMMOui3tpzWWzgC2tHkJHmbwOqZLUdGZDB1UghWPkCCSc8ispL9ciKRY2pg23pQsL7sd1932rEzr2/cSynpqD9Q==
  • Authentication-results: illinois.edu; spf=pass smtp.mailfrom=mdiener AT illinois.edu; dmarc=pass header.from=illinois.edu

Did you also install the extra package?:
$ sudo installer -pkg
/Library/Developer/CommandLineTools/Packages/macOS_SDK_headers_for_macOS_10.14.pkg
-target /

(this used to be installed automatically with "xcode-select
--install", but apparently not anymore with macOS 10.14)

--
Matthias Diener
Postdoctoral Researcher in Computer Science
University of Illinois at Urbana-Champaign

On Fri, Aug 23, 2019 at 9:31 AM Jozsef Bakosi
<jbakosi AT lanl.gov>
wrote:
>
> Not a bad idea, but no, I did run xcode-select --install.
>
> The problem is triggered by the following in the link line:
>
> -isysroot
> /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk
>
> of which, I believe, charmc thinks the path is an object to link,
> instead of an argument to -isysroot?
>
> J
>
> On 08.19.2019 20:14, Diener, Matthias wrote:
> > Hi Jozsef,
> >
> > Could you please post your ./build command?
> >
> > Does installing the macOS header files with the following command make
> > the build work?
> > $ sudo installer -pkg
> > /Library/Developer/CommandLineTools/Packages/macOS_SDK_headers_for_macOS_10.14.pkg
> > -target /
> >
> > (you might need to run
> > $ xcode-select --install
> > first)
> >
> > Thank you,
> > Matthias
> > --
> > Matthias Diener
> > Postdoctoral Researcher in Computer Science
> > University of Illinois at Urbana-Champaign
> >
> > On Mon, Aug 19, 2019 at 2:57 PM Jozsef Bakosi
> > <jbakosi AT lanl.gov>
> > wrote:
> > >
> > > Hi folks,
> > >
> > > On OSX/mojave, using gcc, I'm getting the following linker error:
> > >
> > > Fatal Error by charmc in directory ...
> > > file with unrecognized extension
> > > /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk
> > >
> > > That file exist, but I'm not sure why this is an unrecognized extension
> > > on mac for linking.
> > >
> > > Any ideas?
> > >
> > > Thanks,
> > > Jozsef



Archive powered by MHonArc 2.6.19.

Top of Page