Opened 15 years ago
Closed 15 years ago
#21206 closed defect (fixed)
plotutils fails default universal build
Reported by: | nerdling (Jeremy Lavergne) | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.8.99 |
Keywords: | Cc: | ||
Port: | plotutils |
Description
Duplicates of -arch
abound … Since libplot is of the wrong architecture, symbols are undefined for i386.
This was on an x86_64 machine.
/bin/sh ../libtool --mode=link ccache /usr/bin/gcc-4.2 -pipe -O2 -arch x86_64 -arch i386 -L/opt/local/lib -arch x86_64 -arch i386 -o plot plot.o fontlist.o ../lib/libcommon.a ../libplot/libplot.la -lmx ccache /usr/bin/gcc-4.2 -pipe -O2 -arch x86_64 -arch i386 -arch x86_64 -arch i386 -o .libs/plot plot.o fontlist.o -L/opt/local/lib ../lib/libcommon.a ../libplot/.libs/libplot.dylib /opt/local/lib/libpng12.dylib -lz -lmx ld: warning: in ../libplot/.libs/libplot.dylib, file is not of required architecture Undefined symbols for architecture i386:
Attachments (1)
Change History (2)
Changed 15 years ago by nerdling (Jeremy Lavergne)
Attachment: | plotutils.log added |
---|
comment:1 Changed 15 years ago by nerdling (Jeremy Lavergne)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Fixed in updated from r59346.