Opened 3 years ago
Last modified 3 years ago
#64858 closed defect
compile failed — at Initial Version
Reported by: | headtailgrep (Stephen C. Host, P. Eng.) | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.7.2 |
Keywords: | Cc: | ||
Port: | xbill |
Description
Yo homies. I always install XBILL on any Unix or Linux computer that I deploy. It's my duty to make sure we slay the Microsoft dragons and I've been doing this since around 1997. After following the instructions the compile failed due to a library error so I'm reporting this bug on MacOS monterey on Intel x64
527 :info:build /usr/bin/clang -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -arch x86_64 -L/opt/local/lib -Wl,-headerpad_max_insta ll_names -Wl,-syslibroot,/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -arch x86_64 -o xbill Bill.o Bucket.o Cable.o Computer.o Game.o Horde.o Net work.o OS.o Scorelist.o Spark.o UI.o util.o x11-athena.o x11.o -lXaw -lXmu -lXt -lX11
528 :info:build Undefined symbols for architecture x86_64: 529 :info:build "_XpmReadFileToPixmap", referenced from: 530 :info:build _x11_load_picture in x11.o 531 :info:build ld: symbol(s) not found for architecture x86_64 532 :info:build clang: error: linker command failed with exit code 1 (use -v to see invocation) 533 :info:build make: * [xbill] Error 1