Changes between Initial Version and Version 1 of Ticket #62423


Ignore:
Timestamp:
Mar 10, 2021, 10:24:56 PM (4 years ago)
Author:
jmroot (Joshua Root)
Comment:

That libtool invocation is indeed missing --tag=CC.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #62423

    • Property Owner set to ryandesign
    • Property Status changed from new to assigned
    • Property Keywords graphviz tag tagged configuration removed
  • Ticket #62423 – Description

    initial v1  
    1212here's the build command that seems to trip the error:
    1313
    14 
     14{{{
    1515:info:build /bin/sh ../../libtool    --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I../..  -I../.. -I../../lib/common -I../../lib/pathp
    1616lan -I../../lib/gvc -I../../lib/cgraph -I../../lib/cdt  -I/opt/local/include -I/opt/local/include  -pipe -Os -arch x86_64 -MT GVTextLayout.l
    1717o -MD -MP -MF .deps/GVTextLayout.Tpo -c -o GVTextLayout.lo GVTextLayout.m
    18 
    1918
    2019:info:build libtool: compile:  /usr/bin/clang -std=gnu11 -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/pathplan -I../..
     
    2423tz.c  -fno-common -DPIC -o .libs/gvtextlayout_quartz.o
    2524
    26 
    2725:info:build libtool: compile: unable to infer tagged configuration
    28 
    2926
    3027:info:build libtool:   error: specify a tag with '--tag'
    3128
    32 
    3329:info:build make[3]: *** [GVTextLayout.lo] Error 1
    34 
     30}}}