This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Add -lpwl to ppllibs.


Different bootstrap failure on x86_64-apple-darwin10:

...
gcc   -g -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common  -DHAVE_CONFIG_H  -o cc1 c-lang.o c-family/stub-objc.o attribs.o c-errors.o c-decl.o c-typeck.o c-convert.o c-aux-info.o c-objc-common.o c-parser.o tree-mudflap.o c-family/c-common.o c-family/c-cppbuiltin.o c-family/c-dump.o c-family/c-format.o c-family/c-gimplify.o c-family/c-lex.o c-family/c-omp.o c-family/c-opts.o c-family/c-pch.o c-family/c-ppoutput.o c-family/c-pragma.o c-family/c-pretty-print.o c-family/c-semantics.o c-family/c-ada-spec.o i386-c.o darwin-c.o \
          cc1-checksum.o main.o tree-browser.o libbackend.a ../libcpp/libcpp.a ../libdecnumber/libdecnumber.a ../libcpp/libcpp.a -lintl -L/opt/sw64/lib -liconv  ../libiberty/libiberty.a ../libdecnumber/libdecnumber.a  -L/opt/sw64/lib -lcloog-isl -lisl  -L/opt/sw64/lib -lmpc -lmpfr -lgmp   -lz
Undefined symbols:
  "_ppl_Polyhedron_affine_image", referenced from:
      _lst_offset in libbackend.a(graphite-flattening.o)
      _lst_scale in libbackend.a(graphite-flattening.o)
      _lst_project_loop in libbackend.a(graphite-flattening.o)
      _lst_project_loop in libbackend.a(graphite-flattening.o)
...

Apparently 'ppllibs="$ppllibs -lppl_c -lppl $pwllib -lgmpxx"' is not
taken into account.

TIA

Dominique


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]