[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Help Compilation Poroblems
From: |
Werner LEMBERG |
Subject: |
Re: Help Compilation Poroblems |
Date: |
Thu, 24 Feb 2000 15:52:51 GMT |
> Microsoft (R) Program Maintenance Utility Version 1.62.7022
> Copyright (C) Microsoft Corp 1988-1997. All rights reserved.
>
> freetype.c
> .\ttapi.c(578) : warning C4761: integral size mismatch in argument;
> conversion supplied
sigh. These warning are annoying...
Antoine, is there a switch to suppress these?
> /usr/bin/ld -n32 -shared freetype.o ftxkern.o ftxgasp.o ftxpost.o ftxcmap.o
> ftxsbit.o ftxwidth.o ftxerr18.o ftxgsub.o ftxgpos.o ftxgdef.o
> xopen.o -lm -lc -soname libttf.so.3 `test -n "sgi3.0" &&
> echo -set_version sgi3.0` -update_registry .libs/so_locations -o
> .libs/libttf.so.3.0
> ld32: WARNING 84: /usr/lib32/libm.so is not used for resolving any symbol.
> ld32: ERROR 48: Cannot access registry file .libs/so_locations (No locks
> available) - ignored.
> ld32: FATAL 51: Can't assign virtual addresses for libttf.so.3 of size 10000
> within specified range. Please check your registry file .libs/so_locations.
I fear we can't help you here directly. This looks like a bug within
libtool. You may write to address@hidden, reporting the bug and
asking for further assistance. Alternatively,
./configure --disable-shared
should also help.
Werner