You are not logged in.

#1 2010-07-08 22:43:18

abauomy
Member
Registered: 2009-06-14
Posts: 22

[solved] Can't build libitl, plz help

roll
I try to install itools http://aur.archlinux.org/packages.php?ID=20954

i get error with libitl ( one f Dependencies )

yaourt -S libitl

ln -sf ../../prayertime/src/prayer.h ../../build/itl/prayer.h
ln -sf ../prayertime/src/prayer.o ../../build/prayer.o
ln -sf ../prayertime/src/astro.o ../../build/astro.o
make[2]: Leaving directory `/tmp/yaourt-tmp-root/aur-libitl/src/libitl-0.7.0/prayertime/src'
make[1]: Leaving directory `/tmp/yaourt-tmp-root/aur-libitl/src/libitl-0.7.0/prayertime'
ld build/*.o -Wl,--hash-style=gnu -Wl,--as-needed -shared -lm -lc -soname=libitl.so.0 -o build/libitl.so.0.0.7
ld: unrecognized option '-Wl,--hash-style=gnu'
ld: use the --help option for usage information
make: *** [build/libitl.so] Error 1
    Aborting...

i try to download the source and build then install and it's sucsseufel but whin i try to install  itools ayourt cant find it and try to install it first

i use Arch64


PLZ help

Last edited by abauomy (2010-07-09 16:48:40)

Offline

#2 2010-07-08 23:38:13

falconindy
Developer
From: New York, USA
Registered: 2009-10-22
Posts: 4,111
Website

Re: [solved] Can't build libitl, plz help

Then it's a problem with yaourt. Build it "manually" with makepkg.

Offline

#3 2010-07-09 12:16:09

abauomy
Member
Registered: 2009-06-14
Posts: 22

Re: [solved] Can't build libitl, plz help

same error

Offline

#4 2010-07-09 14:00:34

falconindy
Developer
From: New York, USA
Registered: 2009-10-22
Posts: 4,111
Website

Re: [solved] Can't build libitl, plz help

This thread appears to be of interest. I had to unset both makeflags and ldflags to get libitl to build correctly. You're going to have the same problem with itools, as its written by the same dev who's writing crappy makefiles.

Last edited by falconindy (2010-07-09 14:02:05)

Offline

#5 2010-07-09 16:48:08

abauomy
Member
Registered: 2009-06-14
Posts: 22

Re: [solved] Can't build libitl, plz help

THX smile

i just edit "/etc/makepkg.conf"
LDFLAGS=""


THX:)

Offline

Board footer

Powered by FluxBB