Skip to Content.
Sympa Menu

baslinux - Re: [BL] camera linux

baslinux AT lists.ibiblio.org

Subject: Baslinux mailing list

List archive

Chronological Thread  
  • From: "David Moberg" <davidjmoberg AT gmail.com>
  • To: baslinux AT lists.ibiblio.org
  • Subject: Re: [BL] camera linux
  • Date: Fri, 24 Feb 2006 14:24:48 -0800

sindi keesan wrote:
>
> I need perl to configure. I tried to configure (which just edits
> Makefile.config) using the non-uclibc part of BL2, where I do have perl,
> but it won't make.
>
> How would I edit Makefile.config for use with uclibc?

Don't know. I always use perl and let the script do whatever
it wants with that file.

> This file says there is a libvga.so and there is not - it must have found
> one in the regular /usr/lib - do I change to none? Same for
> LINUXSVGAHDR_DIR = /usr/include - change to none?

Probably.

> Configure added a CFLAGS line which looks like the one it got stuck on in
> make (the part after cc -c below)
>
> Make:
> First it entered directory /src/netbpm-10.31/buildtools (which exists and
> contains typegen.co and a Makefile) then
>
> cc -c -03 --ffast-math -pedantic -fon-common -Wall
> -wno-uninitialized -Wmissing-declarations .... typegen.o typegen.c
> cc: Not a directory
> make [3]: *** [typegen.o] Error 1

What is cc symlinked to? ls -l `which cc` The link is supposed
to be to your compiler (gcc): ln -sf /usr/bin/gcc /usr/bin/cc
or cd /usr/bin; ln -sf gcc cc

> To run perl I would need libdb.so.3 and libgdbm.so.... (I have the
> other dependencies). How did you compile netpbm with uclibc?

I built perl from source code one time (it doesn't require
anything that is not in the uclibc root, iirc) and the other
time, when I made libc5 netpbm, I used perl with glibc first
and then moved the configured netpbm source into the
libc5 root.

David




Archive powered by MHonArc 2.6.24.

Top of Page