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

Re: no libcom_err.la being built



On July 19, 2005 2:08 am, Harald Barth wrote:
> > I'm trying to build heimdal 0.7 on Slackware 10.1 and am running into a
> > little bit of a problem. libcom_err.a and libcom_err.so are output but no
> > libcom_err.la is bing built, which is making my build of gnome-vfs crap
> > out. Is there supposed to be a .la file or did I miss something?
>
> I have all of these files
>
> # find /var/tmp/portage/heimdal-0.7/work/heimdal-0.7/ -name libcom_err\*
> /var/tmp/portage/heimdal-0.7/work/heimdal-0.7/lib/com_err/.libs/libcom_err.
>so.1.1.1
> /var/tmp/portage/heimdal-0.7/work/heimdal-0.7/lib/com_err/.libs/libcom_err.
>so.1
> /var/tmp/portage/heimdal-0.7/work/heimdal-0.7/lib/com_err/.libs/libcom_err.
>so
> /var/tmp/portage/heimdal-0.7/work/heimdal-0.7/lib/com_err/.libs/libcom_err.
>a
> /var/tmp/portage/heimdal-0.7/work/heimdal-0.7/lib/com_err/.libs/libcom_err.
>lai
> /var/tmp/portage/heimdal-0.7/work/heimdal-0.7/lib/com_err/.libs/libcom_err.
>la /var/tmp/portage/heimdal-0.7/work/heimdal-0.7/lib/com_err/libcom_err.la
>
> # find /usr/heimdal-0.7/ -name libcom_err\*
> /usr/heimdal-0.7/lib/libcom_err.so.1.1.1
> /usr/heimdal-0.7/lib/libcom_err.so.1
> /usr/heimdal-0.7/lib/libcom_err.so
> /usr/heimdal-0.7/lib/libcom_err.la
> /usr/heimdal-0.7/lib/libcom_err.a
>
> but this is gentoo and this was configured like this:
>
> ./configure ...  --enable-shared --enable-static ...

I did have these flags enabled. Just out of curiosity, can you tell me all the 
flags that you used?
>
> which might make a difference.
>
> Harald.