[LLVMbugs] [Bug 9534] New: Unable to build universal binaries of LLVM

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Wed Mar 23 07:47:35 PDT 2011


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: unassignedbugs at nondot.org
        ReportedBy: mcyril at gmail.com
                CC: llvmbugs at cs.uiuc.edu


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.



More information about the llvm-bugs mailing list