Fedora :: Compile A Program To Make It Capable To Use >4GB Memory On 32-bit Fedora?

Apr 11, 2011

The whole code is written in C, C++, and Fortran. Is it possible to make it to use more than 4GB memory. Now it is always crashed when it reaches 3GB memory. If it is possible, how to set up the compiling options (or configure flags)? We can use gcc, g++, ...or intel compilers our OS: Fedora 12 x32

[code]....

View 2 Replies


ADVERTISEMENT

Fedora :: Compile 32-bit Program On A 64-bit OS

Jan 20, 2010

I am trying to compile a very simple 32-bit program on my 64-bit fedora 12 install, but it won't let me.

I get this error.

I tested it on the school server (64 bit Red Hat Server), and it compiled flawlessly without any warnings. I think I am missing some libraries, but don't know which.

View 4 Replies View Related

Fedora :: Unable To Compile The C Program?

Dec 9, 2010

from the commend line i went to compile the c program by giving the commend "gcc first.c -o first" but the commend line showing gcc is not found. iam using fedora 13 what can i do to compile the program . the program i used to compile is below

#include<stdio.h>
main()
{
printf("hello word
");
}

View 1 Replies View Related

Fedora :: Unable To Compile C Program In Eclipse 13

Jun 20, 2010

since last days I am trying to run a simple c / cpp program using eclipse in my newly installed fedora 13, but every time it says either "program file not specified" or "binary error"

View 10 Replies View Related

General :: Compile A C Program In Fedora Core 12 - Error

Jul 6, 2010

When I compile a C program in Fedora Core 12 using the following format: gcc -o program -static program.c

I get an error:

What do I need to do to make the program compile correctly with the -static flag ?

View 1 Replies View Related

Fedora :: Unable To Compile The C Program - Commend Line Showing Gcc Is Not Found

Dec 9, 2010

from the commend line i went to compile the c program by giving the commend "gcc first.c -o first" but the commend line showing gcc is not found. iam using fedora 13 pls tell me what can i do to compile the program. the program i used to compile is below

#include<stdio.h>
main()
{

View 1 Replies View Related

Fedora :: Compile OLSRd On 15 But 'make' Throws Error

Jul 7, 2011

I am trying to compile OLSRd on Fedora 15 but 'make' throws Error 1. Here is the output:

Code:
[x@localhost olsrd-0.6.0]$ make
/usr/bin/ccache gcc -Wall -Wextra -Wold-style-definition -Wdeclaration-after-statement -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -Wsign-compare -Waggregate-return -Wmissing-noreturn -Wmissing-format-attribute

[Code].....

View 7 Replies View Related

Ubuntu :: Make A Program Crash If System Memory Usage Gets Too High?

Jul 19, 2010

Basically I have a machine with 16GB of RAM and have just discovered that using all of it can crash the whole system over one process. How could I run a process on the system in such a way that if more than 90% of system memory is used, the process immediately crashes?

View 3 Replies View Related

Fedora :: Kernel Compile Error : No Rule To Make Target `missing-syscalls'?

Dec 13, 2009

I am trying to compile a kernel in the following directory:/usr/src/kernels/2.6.30.9-102.fc11.x86_64

Note I am not trying to build an rpm but just do a simple make. After configuring with make menuconfig I issue the make command and get the following error:

Code:
[root@compaq 2.6.30.9-102.fc11.x86_64]# make
CHK include/linux/version.h
CHK include/linux/utsrelease.h
SYMLINK include/asm -> include/asm-x86
make[1]: *** No rule to make target `missing-syscalls'. Stop.
make: *** [prepare0] Error 2

how to resolve this error? It seems to be fedora-centric.

View 4 Replies View Related

General :: Make Grub Capable Of Booting Two OS?

Apr 8, 2010

I have FC8 on my laptop and then I wanted to test Ubuntu 8 so I installed Ubuntu and it removed the grub loader of Fedora then I repaired fedora with DVD and then it removed Ubuntu Grub. So how can I have two OS in one grub loader.I found grub.conf file in FC but couldnot find it in Ubuntu.

View 3 Replies View Related

Fedora :: Graphics Not Capable Of Hardware Accelerated 3D

Oct 19, 2009

"Your system currently is not capable of hardware accelerated 3D." stupid error. anyway i finally installed fedora 11 and thought i had everything working and then i go to play a game and.. "Your system currently is not capable of hardware accelerated 3D" in ubuntu it had an alert that installed the correct graphics driver and everything was fine but fedora doesn't do that. i've been messing around with it for three days now and i'm giving up. my chipset is nvidia nforce 430(mcp61)

View 9 Replies View Related

Ubuntu :: Compile And Install A Minecraft Mapper With The Program "make"?

Nov 19, 2010

Today, I was trying to compile and install a minecraft mapper with the program "make". I navigated to the directory in terminal and ran make. It found the make file and begins to work, then spits an error and stops. To be specific, this was the error:

Code:
cats4gold@computer:~/Downloads/cartograph-linux$ make
make -C src/
make[1]: Entering directory `/home/cats4gold/Downloads/cartograph-linux/src'
g++ -c -pipe -O2 -Wall main.cpp -o main.o
In file included from main.cpp:16:

[Code]...

View 9 Replies View Related

General :: Make BCM4312 Capable With Aircrack Injection?

Mar 1, 2011

i have installed ubuntu 10.10the wireless adapter is BCM4312when i write "ifconfig" it gives me eth1 instead of wlan0 or wlbut the wirless is working fine with me still have the problem that when i try to load airodump-ng eth1 it gives me the follwoing message:ioctl(SIOCSIWMODE) failed: Invalid argumentARP linktype is set to 1 (Ethernet) - expected ARPHRD_IEEE80211,ARPHRD_IEEE80211_FULL or ARPHRD_IEEE80211_PRISM instead. Makesure RFMON is enabled: run 'airmon-ng start eth1 <#>'Sysfs injection support was not found either

View 4 Replies View Related

Red Hat / Fedora :: Make: *** - .obj/matrix.o - Error During Installing A Program

Feb 25, 2011

I am trying to install a program and it spews out an error about the .obj/matrix.o file.

The output is quoted here:

Code:

The program I was trying to install is a robot simulator which performs lots of matrix manipulation and linear system solving. I followed every step in the installation guide, except for this one:

On Ubuntu, all you need to do is install the following packages from the package manager:

libblas-dev
liblapack-dev

As shown above, I am using RHEL 6, which has different libraries with Ubuntu. I tried "yum search" and installed these libraries instead: lapack.x86_64 : Numerical linear algebra package libraries blas.x86_64 : The Basic Linear Algebra Subprograms library.

View 2 Replies View Related

Fedora :: Best Program Have Found To Make Or Edit Epub Files / Sigil

Jun 11, 2011

Has any one got this to run on Fedora 14. I have it running just fine on Ubuntu 10.04 but it will not boot up under Fedora. It seems to install just fine.Best program I have found to make or edit epub files. Sigil

View 1 Replies View Related

Fedora Installation :: 14 - Install Program Make An Addition To The Existing GRUB Configuration?

Mar 7, 2011

I've just got another sata HDD and thought lets put in a nice install of Fedora 14 having tried out the live CD over the weekend. Right my system is configured thus

[Code]...

will Fedora 14's install program make an addition to the existing GRUB configuration or will it do something different Yes I have searched.... and looked at the installation documents....

View 14 Replies View Related

Fedora Servers :: Make PHP Pages - Shows An Internal Error 500 Page But Doesn't Show On What Line And Compile Error Encountered

Feb 1, 2011

I'm trying to make some pages. For this I try to host them locally. However, when I have an error in my PHP code, the server shows an internal error 500 page and doesn't show on what line and what compile error it encountered. There is no such information in the error log either. What should I do about it, it's not really nice to comment all the lines and then try to uncomment them one by one. I've been googling for a while, but didn't find anything.. I forgot to mention, I;m using Fedora :P, the apache that came with it and mysql and php from the repository...

View 3 Replies View Related

Fedora Hardware :: Checking Computer Memory - Specification Shows 2 GB Of Memory Instead Of GB

Feb 7, 2011

Fedora 14 xfce
HP Mini 210

I am looking to buy some memory for my netbook. Currently I have 1 GB of DDR3 memory. However, the specification says that 2 GB of memory is the max. However, when I do the following it says that 4GB is the max:

[Code].....

View 3 Replies View Related

Fedora Hardware :: Compile Moxa (5100) Driver In Fedora 12 , Kernel <= 2.6.30

May 13, 2010

i want to compile Moxa (5100) driver in Fedora 12 , kernel <= 2.6.30 but now when i run command i see this error :

Code:
ln: creating symbolic link `libssl.so': File exists
make -C /lib/modules/2.6.31.5-127.fc12.i686.PAE/build SUBDIRS=/home/AAA/moxa modules
make[1]: Entering directory `/usr/src/kernels/2.6.31.5-127.fc12.i686.PAE'
CC [M] /home/AAA/moxa/npreal2.o
/home/AAA/moxa/npreal2.c: In function �npreal_open�:
/home/AAA/moxa/npreal2.c:1000: error: implicit declaration of function �task_session_nr
make[2]: *** [/home/AAA/moxa/npreal2.o] Error 1

[Code]...

View 9 Replies View Related

SUSE / Novell :: Compile Failed Due To - Out Of Memory ?

Oct 1, 2010

Quote:

Maybe increase swap space will help? How to do it? When I install suse 11 on this box, I remeber it shows the swap space is 2G, I didn't find it anywhere now...

Quote:

View 8 Replies View Related

Fedora Installation :: New Install Fedora 10 Need To Compile Kernel?

Apr 13, 2009

I am very much a Newbie to Linux/Fedora. Just installed Fedora 10, but having some problems with hardware driver recognition, particularly a wireless network PCI card. ndiswrapper is looking for a kernel in usr/src/kernels, which doesn't exist.In Fedora, is it necessary to compile a kernel? Looking through the FAQ at kernelnewbies, states to extract the kernel to a Linux directory, in usr/src, which also doesn't exist.

View 12 Replies View Related

Fedora :: Fedora Core Becoming Thin Client / Compile It To Be Used?

Aug 1, 2009

Anyone know how to compile fedora core to be used as a thin client / dumb terminal with a small kernel?

View 4 Replies View Related

Fedora :: Failure Of Creating Shared Memory In Fedora 8

Nov 19, 2009

I am using Fedora 8 in my PC and i'm trying to create a shared memory (below is the sample program) i'm getting error while creating shared memory. Can anyone pl tell what is the possible cause for this.

View 2 Replies View Related

General :: Make A Script To Open A Program Then Operate Within That Program?

May 7, 2010

I am new to linux and am trying out script writing. I am using shell. How can I make a script to open a program then operate within that program?

View 5 Replies View Related

OpenSUSE :: Can't Compile A Program

Jun 20, 2011

I was using my college's unix server (ubuntu presumably) to compile programs in the laboratory. Now, i have installed Opensuse 11.4 with gnome3. I have installed the Developers pattern, and almost all the packages that looked relevant (which came up when i searched for libgc , gcc, and all). Now, i cant compile a program:

Code:
/*program to test file I/O and getch/putch functionaliny in gcc*/
#include<stdio.h>
int main()
{ FILE *fi;
char ch;

[Code]....

View 1 Replies View Related

Ubuntu :: Can't Compile A C Program

Jan 4, 2010

I can't compile a C program form terminal using gcc by Code Blocks 8.02 is able to do so.

Code:
#include<stdio.h>
int main(void)
{
printf("Hello World

[Code]....

View 9 Replies View Related

Ubuntu :: Compile A C Program For Mac?

Apr 20, 2011

im writing from ubuntu i have made a c program and im wondering how can i compile it for being able to run on mac

View 2 Replies View Related

Ubuntu :: Can't Compile The Program?

Jul 18, 2011

I followed the steps from the this website [URL]..but after I run: sudo make I got this output:

[Code]...

View 2 Replies View Related

Programming :: Use G++ To Compile QT Program?

Dec 26, 2010

My Fedora 14 have installed gcc-4.5.1-4.fc14.x86_64,qt-4.7.1-5.fc14.x86_64,
I don't know how to use g++ to compile QT program.
Do I need to set PATH or something else?

View 5 Replies View Related

Ubuntu :: How To Compile And Execute IDL Program

Jan 24, 2010

Following is the IDL program found on the internet but i dont know how to compile and execute (even dont know can it be done under linux).

Code:

View 9 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved