Opened 3 years ago
Closed 3 years ago
#64121 closed defect (fixed)
linrad isn't using the right compiler or flags
Reported by: | ryandesign (Ryan Carsten Schmidt) | Owned by: | ra1nb0w |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.7.1 |
Keywords: | Cc: | ||
Port: | linrad |
Description
linrad isn't UsingTheRightCompiler or flags.
cc -D_FILE_OFFSET_BITS=64 -DLUSERS_DEF=0 -DWUSERS_DEF=0 xmain.c -DBUILD=0 -DHAVE_XKBLIB=1 \ -I/opt/local/include -I/opt/local/include -I/usr/include/ -O2 -DOSNUM=1 -I/opt/local/include -I/opt/local/include -I/usr/include/ -W -Wall -DHAVE_OSS=0 -DCPU=CPU_INTEL -DHAVE_SHM=1 -DHAVE_X11=1 -DIA64=1 -DDARWIN=1 -DSERVER=0 -DHAVE_SVGALIB=0 -DOPENCL_PRESENT=0 -DHAVE_CUFFT=0 -Wimplicit -Wreturn-type -Wformat -m64 -Wunused -Wcomment -DOSSD=0 -Wchar-subscripts -Wshadow -Wuninitialized -Wparentheses -Wstrict-prototypes -Werror -ffast-math -Wundef -fomit-frame-pointer -c -o xmain.om
Note the use of cc
instead of the desired compiler. Note absence of -arch
flags.
Change History (1)
comment:1 Changed 3 years ago by Davide Gerhard <ra1nb0w@…>
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
In d0e952758aa4f011c3ccf64c1ea3e5ce686eff71/macports-ports (master):