Opened 5 weeks ago

Last modified 5 weeks ago

#72499 assigned defect

gmp @6.3.0 configure error

Reported by: murrayE Owned by: MarcusCalhoun-Lopez (Marcus Calhoun-Lopez)
Priority: Normal Milestone:
Component: ports Version: 2.10.7
Keywords: sequoia arm64 Cc:
Port: gmp

Description

Configure error (after several warnings):

2 warnings generated.
Undefined symbols for architecture arm64:
  "_main", referenced from:
      <initial-undefines>
ld: symbol(s) not found for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:6399: $? = 1
failed program was:
int k; int foo () { __builtin_alloca (k); }

Attachments (1)

main.log (39.7 KB) - added by murrayE 5 weeks ago.
main.log

Download all attachments as: .zip

Change History (2)

Changed 5 weeks ago by murrayE

Attachment: main.log added

main.log

comment:1 Changed 5 weeks ago by ryandesign (Ryan Carsten Schmidt)

Cc: mcalhoun@… removed
Owner: set to MarcusCalhoun-Lopez
Status: newassigned

The file you attached is actually the config.log, not the main.log.

It looks more like the relevant error in the log is:

conftest.cc:3:10: fatal error: 'iostream' file not found
    3 | #include <iostream>
      |          ^~~~~~~~~~
1 error generated.

That would be fixed by ProblemHotlist#clts16.

Note: See TracTickets for help on using tickets.