Skip to Content.
Sympa Menu

baslinux - Re: [BL] naim compiling was: BL 3.32 in qemu report/questions

baslinux AT lists.ibiblio.org

Subject: Baslinux mailing list

List archive

Chronological Thread  
  • From: sindi keesan <keesan AT sdf.lonestar.org>
  • To: baslinux AT lists.ibiblio.org
  • Subject: Re: [BL] naim compiling was: BL 3.32 in qemu report/questions
  • Date: Wed, 10 May 2006 02:03:34 +0000 (UTC)

On Tue, 9 May 2006, David Moberg wrote:

David Moberg wrote:

LDFLAGS="-static" ./configure && make

Oops, that command line will build static libraries but a dynamic
naim. Can you watch the output of the above command, and then execute

I should have read both your emails before proceeding.
ldd naim - no such file or directory (which I think means it uses some dynamic library not on my path).

I already packaged the dynamic version. I could start over properly but I don't know what to add to your above instructions so will do try as described below.

Could people use the dynamic version by simply copying over all the libraries from /uclibc/lib to /lib? 864K. Then the uclibc programs could all be compiled dynamically (mplayer, busybox, netpbm, etc.).


again the last visible gcc command that make executes (but with
"-static" appended)? If not, that's OK - I am finished with my Debian
experiment and will probably have my uClibc root working again by
tomorrow.

I tried but it is a 3-line command and it could not find naimS.

gcc -g -O2 naim ./libs/naimS.o ( and a long list of other files in .o all in ./src) -Wl, --export-dynamic ../libfiretalk/libfiretalk.a (and two others in .a) -lncurses "-static" (I added the static).

Gcc may have deleted temporary files (there is a switch not to do that for gcc). naimS.o is not there, the others are.

What is the proper command to make statically in the first place? The computer might boot one more time. Busybox compiled statically by default, I think.

10 pm, more tomorrow evening. We may try a different power supply after replugging everything, then a different computer.

David




Archive powered by MHonArc 2.6.24.

Top of Page