I'm getting this error trying to build on a new platform (current Cygwin)

> cd cryptokit-1.0 && make all
> make[1]: Entering directory `/home/jpclizbe/sks-work/cryptokit-1.0'
> ocamlc -g -c -ccopt "-O -I/usr/include" rijndael-alg-fst.c
> ocamlc -g -c -ccopt "-O -I/usr/include" stubs-aes.c
> ocamlc -g -c -ccopt "-O -I/usr/include" d3des.c
> d3des.c:24: warning: 'Df_Key' defined but not used
> ocamlc -g -c -ccopt "-O -I/usr/include" stubs-des.c
> ocamlc -g -c -ccopt "-O -I/usr/include" arcfour.c
> ocamlc -g -c -ccopt "-O -I/usr/include" stubs-arcfour.c
> ocamlc -g -c -ccopt "-O -I/usr/include" sha1.c
> ocamlc -g -c -ccopt "-O -I/usr/include" stubs-sha1.c
> ocamlc -g -c -ccopt "-O -I/usr/include" stubs-md5.c
> ocamlc -g -c -ccopt "-O -I/usr/include" stubs-zlib.c
> ocamlc -g -c -ccopt "-O -I/usr/include" stubs-misc.c
> ocamlmklib -o cryptokit rijndael-alg-fst.o stubs-aes.o d3des.o stubs-des.o 
> arcfo
> ur.o stubs-arcfour.o sha1.o stubs-sha1.o stubs-md5.o stubs-zlib.o 
> stubs-misc.o -
> L/usr/lib -lz
> ** Fatal error: Cannot find file "libgcc_s"
> make[1]: *** [libcryptokit.a] Error 2
> make[1]: Leaving directory `/home/jpclizbe/sks-work/cryptokit-1.0'
> make: *** [cryptokit-1.0/cryptokit.cma] Error 2

The only hits I've found useful from Googling is that libgcc_s indicates use of
ocamlopt instead of ocamlc.

Ideas? (Other than don't try it on Cygwin)

-- 
John P. Clizbe                      Inet: John (a) GingerBear DAWT net
FSF Assoc #995 / FSFE Fellow #1797  hkp://keyserver.gingerbear.net  or
     mailto:pgp-public-k...@gingerbear.net?subject=HELP

"When life hands you melons, I think it's about time you admit to
yourself that you're dyslexic."




_______________________________________________
Sks-devel mailing list
Sks-devel@nongnu.org
https://lists.nongnu.org/mailman/listinfo/sks-devel

Reply via email to