m0j0hn / editor-on-fire

Automatically exported from code.google.com/p/editor-on-fire
Other
0 stars 0 forks source link

Build error on Archlinux x86_64 #257

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?

1. Try to build eof (using my pkgbuild on arch : 
https://aur.archlinux.org/packages/ed/editor-on-fire-svn/PKGBUILD)

What is the expected output? What do you see instead?

Building does not complete, following error is displayed :

/usr/bin/ld: tuning.o: undefined reference to symbol '__pow_finite@@GLIBC_2.15'
/usr/bin/ld: note: '__pow_finite@@GLIBC_2.15' is defined in DSO /lib/libm.so.6 
so try adding it to the linker command line
/lib/libm.so.6: could not read symbols: Invalid operation
collect2: ld returned 1 exit status
make[1]: *** [../bin/eof] Error 1
make[1]: Leaving directory 
`/tmp/yaourt-tmp-alucryd/aur-editor-on-fire-svn/src/editor-on-fire/src'
make: *** [top] Error 2

What version of the product are you using? On what operating system?

Latest revision, has been that way for a while, at least r842.

Please provide any additional information below.

Original issue reported on code.google.com by aluc...@gmail.com on 16 Feb 2012 at 2:42

GoogleCodeExporter commented 8 years ago
Try r878.  I removed the use of the pow() function.  Based on what I found with 
Google, it may have been a bug with some versions of GCC.

Original comment by raynebc on 16 Feb 2012 at 10:06

GoogleCodeExporter commented 8 years ago
That solved it, thank you!

Original comment by aluc...@gmail.com on 17 Feb 2012 at 10:41

GoogleCodeExporter commented 8 years ago
Glad to hear it!  Feel free to post another bug if any new code ever causes EOF 
to fail building.

Original comment by raynebc on 17 Feb 2012 at 8:08