[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

cross compile problem



Hi,

I have a cross compile problem. I am using gcc for powerpc on 386,
version 2.95 from embedian.org. I get this error when trying
to compile libgcrypt-1.1.12:

powerpc-linux-gcc -shared  misc.lo global.lo sexp.lo stdmem.lo secmem.lo missing-string.lo ath.lo ath-pthread.lo ath-pth.lo 
-Wl,--whole-archive ../cipher/.libs/libcipher.al ../mpi/.libs/libmpi.al -Wl,--no-whole-archive  -lnsl  
-Wl,--version-script=./libgcrypt.vers -Wl,-soname -Wl,libgcrypt.so.1 -o .libs/libgcrypt.so.1.5.1
/usr/powerpc-linux/bin/ld:./libgcrypt.vers:23: parse error in VERSION script
collect2: ld returned 1 exit status
make[3]: *** [libgcrypt.la] Error 1

kurth@nimrod:~/debcross/libgcrypt-1.1.12$ cat src/libgcrypt.vers
# (comments stripped), next line is 23:
{
  global: gcry*; _gcry_generate_elg_prime;
  local: *;
};


I am trying to build powerpc packages for woody, on a i386 sid box. The libraries
necesary are installed, using dpkg-cross.

Greetings,
Oliver

-- 
  .''`.
 : :' :    Oliver Kurth oku@debian.org
 `. `'           Debian GNU/Linux maintainer - www.debian.org
   `-
today in my TODO list: prove the Goldbach conjecture

Attachment: signature.asc
Description: Digital signature


Reply to: