[LLVMbugs] [Bug 383] NEW: Linking error in test/Programs/MultiSource/Benchmarks/Olden/voronoi
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Wed Jun 23 11:03:22 PDT 2004
http://llvm.cs.uiuc.edu/bugs/show_bug.cgi?id=383
Summary: Linking error in
test/Programs/MultiSource/Benchmarks/Olden/voronoi
Product: Test Suite
Version: trunk
Platform: PC
OS/Version: FreeBSD
Status: NEW
Severity: normal
Priority: P2
Component: Nightly Tester
AssignedTo: unassignedbugs at nondot.org
ReportedBy: wanderer at rsu.ru
Next problem with night tester.
Test terminated with error:
---8X-----------------
gcc -o Output/voronoi.native Output/args.o Output/newvor.o Output/output.o
Output/vector.o -lm -O3
Output/newvor.o: In function `myalign':
Output/newvor.o(.text+0x149): undefined reference to `memalign'
collect2: ld returned 1 exit status
gmake[4]: *** [Output/voronoi.native] Error 1
gmake[4]: Leaving directory
`/usr/home/wanderer/pkg/build/llvm/obj/test/Programs/MultiSource/Benchmarks/Old
en/voronoi'
---X8-----------------
FreeBSD doen't have memalign function and then i think next patch is correct.
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
More information about the llvm-bugs
mailing list