cross-compiling to mipsel

Daniel Eiband eiband at in.tum.de
Thu Feb 23 19:42:16 CET 2006


Am Donnerstag 23 Februar 2006 18:08 schrieben Sie:
> I had an equal problem. The --with-gpg-error-prefix seems not to work as
> expected. I used following method after looking in the configure file
> (assuming libgpg-error is a subdirectory in current dir):
>
> export GPG_ERROR_CONFIG=`pwd`/libgpg-error/src/gpg-error-config
> export CPPFLAGS=-I`pwd`
> export LDFLAGS=-L`pwd`
> ln -sf libgpg-error/src/.libs/libgpg-error.a .
> ln -sf libgpg-error/src/gpg-error.h .
>
> In current dir (`pwd`) now are the links to the .a file and the .h file of
> gpg-error, thats why the include paths point to this.
>
> ./configure --with-gpg-error-prefix=dummy ...

--with-gpg-error-prefix is the prefix where you installed gpg-error. It seams 
like you didn't install it at all. Besides, this is not my problem. 
Nevertheless, thanks for your reply.

Regards,
Daniel



More information about the Gcrypt-devel mailing list