> Am I correct in thinking that `cl' is your compiler of choice? If so,
> I would like to know whether if you set the environment variable
> `CC' to `cl' (both without quotes) and then calling configure in the 
> psiconv directory by hand would use the correct compiler and
> compilation environment. If this is true, we would at least have
> located the problem; then it would just be a case of setting it
> correctly in the Makefile.
> 
> In the Makefile you would do it like this: change in file
> abi/src/config/require/xp/Makefile line 58 into:
>       CC=cl ./configure --disable-shared --enable-static
> So just put the environment-variable in fron of it. Of course, this
> is just temporary.

   Earlier I tried mimicking the way configure is executed for wv, by doing:

CC=cl.exe CONFIG_SHELL=bash.exe bash ./configure --disable-shared --enable-static

   This causes configure to "work", but the resulting Makefile doesn't - the
command line args passed to the compiler are invalid (though I suspect that
they might be valid for gcc), and thus it won't compile.
   And thus my belief that we need a Makefile.abi for libpsiconv that's used
to built it "the Abi way". :)

   -Tom


Reply via email to