You are not logged in.
Pages: 1
I do not have any .la files in my system. But when I try compiling imlib2 (from e17`s cvs repo) it still creates some .la files.
I was under the impression if you dont have any .la files, it wont build new either. I`m I wrong?
Is there a way of checking why a .la file is built?
Offline
Yes - there's a way of slaying packages that you build which contain .la files:
find $startdir/pkg -name '*.la' -exec rm {} ;
You want to put that in your PKGBUILDs.
Offline
I`m building e17 but not with PKGBUILD`s. I`m wondering why the .la files come back.
Offline
Because you don't do what Gullible Jones told you.
Frumpus ♥ addict
[mu'.krum.pus], [frum.pus]
Offline
And why aren't you using PKGBUILDs? :?
Offline
There are no official packages for e17-cvs, and I like having, at least, the feeling of having control.
Offline
You're in more control if you write a PKGBUILD to install the files for you.
Offline
solskogen: You may wanna use my pkgbuilds and installgui for e17...it is slayed of all *.la files
http://www.linuxportalen.com/files/e17_ … 0.6.tar.gz
just make e17_build_gui.sh executable and change the first variables then just execut it
UPDATE: New version of the script, does not require editing the code
although it has not been properly tested, but it should work
http://www.linuxportalen.com -> Linux Help portal for Linux and ArchLinux (in swedish)
Dell Inspiron 8500
Kernel 2.6.14-archck1 (selfcompiled)
Enlightenment 17
Offline
Pages: 1