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 lists.cs.illinois.edu" <charm AT lists.cs.illinois.edu>
  • Subject: Re: [charm] File with unrecognized extension on mac
  • Date: Mon, 19 Aug 2019 20:14:46 +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=D58klN7zNsNeie5R16HuZjVoJlhxR4G/MOV457xsWs4=; b=k9wGUcQT1y5pBwnXA3RVS7Z/sYZnMzVZaFMReVM2jnQ7xK1nH04qo5enc3eQPU5QIcmveI+jlVt6XcVJpdhUQZo2e7IT97B0mNcHj4dwwCBchBqmsyBypXTbuNguzKFdCaj1y+p9K603S3WYGPUUa4bMoFqwAO+dYK0jKrfayzcROj2xP2D/XuicHoes547/nTRpSpwO7wkTkFZzqOrBccMcmqnsHW1ti3BNa8gskLUlwuBT+u//a+Xw54J+ENo5AjFWs764kPfjgHqVRHsmn/AqZrzMbvSfw7kISUhksV0rRoDen2b0ghrICl3CYYLnjAD+3Eqp5Dnq5s0XQgAydg==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=edTQRtPUFcu2yavwmCZZ9ppEQDbIh0BDFEPMrTazLDp+WMu+JQ2VRv7K4PgJ3gMp0EDGQWTggDpSJPmEJe0KIT7ReAr4KNTcOYxHCgSI6eY4Bevi9bKRyBglBxDplMd47fwsMRxJ5GJ7ODMkoeBfseZoY9uQz7BtYF1HgOoirK7QjF2BHC9INxJbLKenZuI13eKr39LUkethdN6/NPc55IYE6d7T/4WU1fGvR3hx/sydUHduvHo37PT8YpvmtE+5Eu6cergmjHD4gCzohGScK0eu8dd7uypstOB7QJH0IQjgcOsAZMKsM1nk08OAJmTJ9L+PzL6JPumbxWq5DzU4hg==
  • Authentication-results: illinois.edu; spf=pass smtp.mailfrom=mdiener AT illinois.edu; dkim=pass header.d=uillinoisedu.onmicrosoft.com header.s=selector2-uillinoisedu-onmicrosoft-com; dmarc=pass header.from=illinois.edu

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