[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Problems compiling on ia64



Hi!

One of my Debian packages, turqstat, fails to build on IA64, which is
quite weird, since it compiles on all the other platforms, with GCC
2.8, 2.95 or 3.0. The error reported in the buildd logs seems to
indicate a compiler bug:

  c++ -g -O2 -I. -Wall  -o turqstat turqstat.o statengine.o statview.o
    squishread.o fdapxread.o jamread.o mypointread.o utility.o
    sdmread.o tanstaaflread.o newsspoolread.o mytime.o output.o
    mappings.o convert.o datatypes.o -lstdc++
  statengine.o:/build/buildd/turqstat-2.1.4.1/./statengine.cpp:32:
    unsupported reloc
  statengine.o:/build/buildd/turqstat-2.1.4.1/./statengine.cpp:31:
    unsupported reloc
  statengine.o:/build/buildd/turqstat-2.1.4.1/./statengine.cpp:31:
    unsupported reloc
  collect2: ld returned 1 exit status

The lines indicated seems quite harmless:

30  // Initialize count variables
31  msgcount = 0;
32  for (int i = 0; i < 7; i ++) daycount[i] = 0;
33  for (int i = 0; i < 24; i ++) hourcount[i] = 0;

Does anyone have any idea what might be the problem?



Please Cc me, I do not subscribe to this list
-- 
\\//
peter - http://www.softwolves.pp.se/

  Statement concerning unsolicited e-mail according to Swedish law:
  http://www.softwolves.pp.se/peter/reklampost.html



Reply to: