Thanks for the reply. Hopefully i have encountered a more illuminating error when I try to build the Bio-SamTools :

>Bio-SamTools-1.33 acd$ ./Build Set up build environment without MacOSX10.5 SDK (will build i386 binar +ies) Set up build environment without MacOSX10.5 SDK (will build i386 binar +ies) Set up build environment without MacOSX10.5 SDK (will build i386 binar +ies) Building Bio-SamTools gcc -I../samtools-0.1.17/ -I/usr/local/ActivePerl-5.14/lib/CORE -DXS_V +ERSION="1.33" -DVERSION="1.33" -D_IOLIB=2 -D_FILE_OFFSET_BITS=64 -Wfo +rmat=0 -c -fno-common -DPERL_DARWIN -arch i386 -DUSE_SITECUSTOMIZE -D +PERL_RELOCATABLE_INCPUSH -fno-merge-constants -fno-strict-aliasing -p +ipe -fstack-protector -O3 -o lib/Bio/DB/Sam.o lib/Bio/DB/Sam.c ExtUtils::Mkbootstrap::Mkbootstrap('blib/arch/auto/Bio/DB/Sam/Sam.bs') env LD_RUN_PATH=/usr/local/ActivePerl-5.14/lib/CORE cc -mmacosx-versio +n-min=10.5 -bundle -undefined dynamic_lookup -Wl,-search_paths_first +-arch i386 -fstack-protector -o blib/arch/auto/Bio/DB/Sam/Sam.bundle +lib/Bio/DB/Sam.o -L../samtools-0.1.17/ -lbam -lz ld: warning: ignoring file ../samtools-0.1.17//libbam.a, file was buil +t for archive which is not the architecture being linked (i386)

Does this mean the libbam.a was not compiled using i386 or that it was and should not have been?


In reply to Re^2: Module installation- architecture problems by rjbioinf
in thread Module installation- architecture problems by rjbioinf

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.