Tagged Questions
The lfs tag has no wiki summary.
6
votes
2answers
2k views
iostream and large file support
I'm trying to find a definitive answer and can't, so I'm hoping someone might know.
I'm developing a C++ app using GCC 4.x on Linux (32-bit OS). This app needs to be able to read files > 2GB in ...
6
votes
5answers
893 views
Anyone know of any staticly-typed scripting languages?
I'm about to start an LFS-based linux distro just for a hobby project. I plan on doing some very non-standard tasks, and most of it will involve change almost all scripts in the distro. (mainly init ...
5
votes
7answers
2k views
Is building a Linux From Scratch system good for learning about operating systems?
Or learning about C/C++, Linux development, or anything else? Or is it just something that might be fun or useful for some people to do?
3
votes
1answer
544 views
error while using make to compile Glibc-2.11.1 for Linux From Scratch
I am building LFS and I am in the part where we need to install Glibc-2.11.1
http://www.linuxfromscratch.org/lfs/view/6.6/chapter05/glibc.html
I have successfully configured it but I cant run the ...
3
votes
2answers
1k views
Is O_LARGEFILE needed just to write a large file?
Is the O_LARGEFILE flag needed if all that I want to do is write a large file (O_WRONLY) or append to a large file (O_APPEND | O_WRONLY)?
From a thread that I read titled "Cannot write >2gb index ...
1
vote
1answer
69 views
should we delete the build directories created in LFS for installing binutils-2.20?
I am in the part ( http://www.linuxfromscratch.org/lfs/view/6.6/chapter05/binutils-pass2.html)
( http://www.linuxfromscratch.org/lfs/view/6.6/chapter05/binutils-pass1.html)
they ask ...
1
vote
1answer
199 views
how to use “make mrproper ” command? i am working on Linux From Scratch
I am trying to build Linux From Scratch and I have reached till this part : linux headers
Make sure there are no stale files and dependencies lying around from previous activity:
make mrproper
...
1
vote
1answer
343 views
Using OpenGL without a window manager in Linux
I've just finished the LFS book and my Linux system is working right now. I want to use OpenGL to display graphics on the screen, while the only installed package right now are those described on ...
0
votes
0answers
17 views
Linux kernel hangs at 'Switching to clocksource tsc" on Pentium 4 [migrated]
Hardware: Dell Dimension 4500S : i845G, Pentium 4, stock + 2GB RAM and latest (circa 2002) BIOS update.
I've been building a Linux system from source, so far it's LFS 7.0 by the book. The first ...
0
votes
1answer
116 views
simplejson double escapes data causing invalid JSON string
I have a simple form for managing manufacturers in my shop. After posting form, ajax call returns json with updated data to the form. Problem is, that the returned string is invalid. It looks like it ...
0
votes
1answer
32 views
django-lfs product template
i'm quite new to django-lfs.
I've been playing with the code trying to build a shop that fix my needs.
I've have run into an issue that i'm not able to fix.
I need to access , from the product view ...
0
votes
0answers
78 views
django-lfs only upload png images
I'm using Django-LFS (Lightning Fast Shop)for a project, but I found a problem when I try to upload an image for a category or product. After a few times, I realized it only uploaded those images with ...
0
votes
2answers
77 views
How to install a translation “.po” in django app?
I finished a few days ago, creating a translation file for Django-LFS (Lightning Fast Shop) for my native language (pt_BR). Now that it's done, I need to install the ".po" file that I downloaded after ...
0
votes
2answers
516 views
How to enable large file support under Darwin?
I have a C application I am trying to compile for Mac OS X 10.6.4:
$ uname -v
Darwin Kernel Version 10.4.0: Fri Apr 23 18:28:53 PDT 2010; root:xnu-1504.7.4~1/RELEASE_I386
My gcc is as follows:
$ ...
0
votes
1answer
472 views
Django LFS - custom views
For all those ligthning fast shop users. I'm trying to implement my own first page view that will list all products from shop ( under '/' address). So I have a template :
{% extends ...
-1
votes
0answers
22 views
Setting up Linux Console … Fail when boot up Linux From Scratch [closed]
I finished the LFS Version 7 already and got this problem on boot process
Linux Host
Slackware 13.37 X86
Parallels Desktop Version 7 Setting
CPU Core i5 Memory 2 GB
I used LILO instead ...