On 3/12/14, 10:10 AM, jdebl...@pitt.edu wrote:
> I've attached a (rich text) file containing the output of the report from
> just above the first error I was able to find.  If you scroll down, near
> the bottom you will see the error that I believe caused the compiler to
> exit.
>
> Again, many thanks for the quick responses.
>

We actually prefer inline text to attachments, so that we don't have to 
open files and select/copy/paste text back into the message for context.

The relevant error is actually near the beginning of what you attached:

...
llvm[5]: Linking Release+Debug-Asserts Loadable Module LLVMHello.dylib
clang++ -pipe -stdlib=libstdc++ 
-I/sw/src/fink.build/llvm-gcc42-2336.11-7/objroot/obj-llvmCore/obj-llvm/include 
-I/sw/src/fink.build/llvm-gcc42-2336.11-7/objroot/obj-llvmCore/obj-llvm/lib/Transforms/Hello
 
-I/sw/src/fink.build/llvm-gcc42-2336.11-7/objroot/obj-llvmCore/src/include 
-I/sw/src/fink.build/llvm-gcc42-2336.11-7/objroot/obj-llvmCore/src/lib/Transforms/Hello
 
  -DNDEBUG -D_GNU_SOURCE -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS 
-O2  -g -fno-exceptions -fno-common -Woverloaded-virtual 
-DLLVM_VERSION_INFO='" Apple Build #2336-11"'  -mmacosx-version-min=10.9 
  -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter 
-Wwrite-strings  -arch x86_64 -O2 -g -module -Wl,-rpath 
-Wl,/sw/src/fink.build/llvm-gcc42-2336.11-7/objroot/obj-llvmCore/obj-llvm/Release+Debug-Asserts/lib
 
-L/sw/src/fink.build/llvm-gcc42-2336.11-7/objroot/obj-llvmCore/obj-llvm/Release+Debug-Asserts/lib
 
-L/sw/src/fink.build/llvm-gcc42-2336.11-7/objroot/obj-llvmCore/obj-llvm/Release+Debug-Asserts/lib
 
  -Wl,-flat_namespace -Wl,-undefined -Wl,suppress -dynamiclib 
-mmacosx-version-min=10.9 -o 
/sw/src/fink.build/llvm-gcc42-2336.11-7/objroot/obj-llvmCore/obj-llvm/Release+Debug-Asserts/lib/LLVMHello.dylib
 
/sw/src/fink.build/llvm-gcc42-2336.11-7/objroot/obj-llvmCore/obj-llvm/lib/Transforms/Hello/Release+Debug-Asserts/Hello.o
 
\
            -lpthread -lm
clang: error: unknown argument: '-module' 
[-Wunused-command-line-argument-hard-error-in-future]
clang: note: this will be a hard error (cannot be downgraded to a 
warning) in the future
make[5]: *** 
[/sw/src/fink.build/llvm-gcc42-2336.11-7/objroot/obj-llvmCore/obj-llvm/Release+Debug-Asserts/lib/LLVMHello.dylib]
 
Error 1
make[4]: *** [Hello/.makeall] Error 2
make[4]: *** Waiting for unfinished jobs....

Are you using the March 10 command-line tools?  They seem to have 
introduced extra strictness in clang.

You can avoid the wait here by doing the following:

1) Edit /sw/etc/apt/sources.list and add

deb http://bindist.finkproject.org/10.9 stable main

to it.

2) Run "sudo apt-get update"

3) Use "sudo apt-get install xfig"  This will completely circumvent the 
need for llvm-gcc42 for you.

You may also want to edit your /sw/etc/fink.conf as an administrator and 
change "UseBinaryDist: false" to "UseBinaryDist: true".  If you do that 
then "fink install" will also install prebuilt binaries, provided that 
the binary distribution contains the newest version that fink knows about.

-- 
Alexander Hansen, Ph.D.
Fink User Liaison
My package updates: http://finkakh.wordpress.com/

------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/13534_NeoTech
_______________________________________________
Fink-users mailing list
Fink-users@lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.macosx.fink.user
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to