http://llvm.org/bugs/show_bug.cgi?id=9534

           Summary: Unable to build universal binaries of LLVM
           Product: Build scripts
           Version: trunk
          Platform: Macintosh
        OS/Version: MacOS X
            Status: NEW
          Severity: normal
          Priority: P
         Component: Makefiles
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]


Unable to build universal binaries of LLVM with the following operations:

./configure --enable-optimized --enable-shared UNIVERSAL=1 UNIVERSAL_ARCH="i386
x86_64" UNIVERSAL_SDK_PATH=/Developer/SDKs/MacOSX10.5.sdk/ DARWIN_VERSION=10.5

(actually it doesn't depends on environment variables pointed as configure
arguments)

make UNIVERSAL=1 UNIVERSAL_ARCH="i386 x86_64"
UNIVERSAL_SDK_PATH=/Developer/SDKs/MacOSX10.5.sdk/ DARWIN_VERSION=10.5

Make process reports the error:

make[2]: *** No rule to make target
`/Users/cyril/llvm/Release+Asserts/lib/libLLVM-3.0svn.dylib', needed by
`/Users/cyril/llvm/Release+Asserts/bin/opt'.  Stop.
make[1]: *** [opt/.makeall] Error 2

-- 
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to