Ubuntu Installation :: Fhi98pp Package - Customize "Makefile" In "./src"?
Jul 2, 2011
I'm trying to install the fhi98pp packag. but i dont understand this Instructions: Code:
a) Customize "Makefile" in "./src". You need to set compiler and linker flags compatible to your platform. Some linear algebra package is required, and you need to specify either use of the ESSL library or the libFREE library (an excerpt of the LAPACK package put into "./lib").
b) If libFREE is used make should take automatically care of generating and linking this library. Alternatively go to "./lib" and create the archive "libFree.a" using <make -f make.libFree>. Again you need to set appropriate compiler flags in "make.libFree" first.
[Code]....
View 2 Replies
ADVERTISEMENT
May 17, 2010
Makefile.in a file that is generated by tool, why it is in the source package? I am asking since , when I modified Makefile.am, I need to run automake to update the makefile.in, while I don't think this should be done manually.
View 2 Replies
View Related
May 31, 2010
I just downloaded slackware 13.1(x86) and i'm trying to compile ndiswrapper-1.56 using the slackbuild from slackbuils.org and i'm getting this error:
Code:
Makefile:535: /usr/src/linux-2.6.33.4/arch/i486/Makefile: No such file or directory
make[2]: *** No rule to make target `/usr/src/linux-2.6.33.4/arch/i486/Makefile'. Stop.
make[1]: *** [modules] Error 2
make: *** [all] Error 2
looks like the folder i486 doesn't exist
View 2 Replies
View Related
Jan 4, 2010
I'm installing a package but that package doesn't has "makeFile" file, it only has "makefile.am" and "makefile.in". therefore when ever i use the "make" command i get: "make: *** No targets specified and no makefile found. Stop."
View 2 Replies
View Related
Jan 17, 2010
How to customize the Ubuntu Installation for your Distribution - TUTORIAL I have looked a lot in almost every page in Ubuntu, Google and some other Linux Distributions Forums, Help Guides and Tutorials, and have never been able to customize, or even find a valuable source on customzing the Ubuntu Installation, also known as Ubiquity. Now if you are planning on creating a LiveCD or Ubuntu-based Distribution using Remastersys or some program like that, then you will love this tutorial, as do I. First of all, make sure you have Ubiquity installed.Quickly goto Synaptic now, and check. Once you have that, go inside a terminal and type sudo nautilus.Then goto /usr/share/ubiquity. You will see some system files which I will now mention again in this tutorial for the sake of my tiredness.
Here you will see the images that are presented when you select your region in the installation process. You may customize it, but I hardly recemmond it as the areas I tell you to customize are far more rewarding. Now, just go inside the "ubuntu" folder and see the "logo.png". Customize it to have your own Logo and Distribution Name. After you finish that come out of it, all the way back to /usr/share. Now we go inside the big area, where we customize a LOT. Go inside "Ubiquity-Slideshow" folder. In this folder you will see the images and text that pop up during the installation of Ubuntu. Do you remember?
Now just go into Slides/icons and here you will see the beautiful icons of all the slides. You may notice the extroadinary graphics and input the Ubuntu team has put into most of these, and so I have decided not to customize this, but you can surely go ahead. However, for legal sake, I had to customize the logo which I have changed it to be mine (that is I deleted the Ubuntu logo and replaced it with a High-Quality version of my logo). Once you feel you have done enough, please go out of that folder and scroll straight down to customize the writing on the slides in the installation.
Here you will see 13 .html files. HTML is simple, you do not have to know anything in HTML to customize these files, however you must understand to not go out of the boundaries. Stay in the templates, because saying too much will look un-Professional and dodgy when it comes to size issues. I prefer Cutting huge paragraphs of writing in between the "" and starting to type about the subject in My Distributions way. Making sure that I do not exceed the previous 3-4 sentence that Ubuntu already had. Ok, to customize these .html files I will quickly show you one of them and customize it before I fall asleep on my keyboard. Right-click "accessibility.html". Click OPEN WITH and select GEDIT.
You will see something like this, however where it says Gosalia, that is my operating system, it used to say Ubuntu. CAUTION - Do not copy my work, there will be severe consequences, considering I took 5 minutes to write it and the rough work your Operating System installation will look...
Quote:
<h1 class="title">Accessibility in Gosalia</h1>
<div class="main">
<div class="content"><ul>
[code]....
Enjoy, do this to all of them remembering to only write in between the <li> and the </li> Remember one thing, where it says "UBUNTU" you can change it, unless it is a file name, then DON'T CHANGE IT! Oh yes, and now when you create your ISO with Remastersys (or equivalent) then you will have your customized Installation ready in the LIVECD process, check it out! It worked for me, and it is spectacular. Making a Video about this now...
View 1 Replies
View Related
Sep 22, 2010
I would like to know how and if is it possible to customize a distro to run live from usb. I need to install some packages that are not default. Is it possibile? I know there is an executable that makes every distro live to usb, it's available on the ubuntu main site.
View 1 Replies
View Related
Feb 17, 2011
Since next launch will have Unity desktop, I decided to install the netbook and available unity edition for 10.10, but my experience has been less than pleasant. :-/ I'll post a few comments about my worries, perhaps you know how to solve them already. The left bar is nice: but so far I've been unable to customize it! Not intelhidding, nor control over the size. The pick into the dock problem has already solve for unity but not for Netbook. Personally, I rather prefer a docky panel instead of an un-customizable bar.
Mension by a lot of people, the <Alt>-F1 and <Alt>-F2 binding are not working. I've never used <Alt>-F1 but <Alt>-F2 is quite useful for the intermediate or advance user. The Super-key: In netbook desktop somehow I loved that the super-key allows us to select a launcher from the bar. However this functionality is not in Unity. Worse, each time I press super-key, it sends me to the menu... How could I use the compiz functions so? like Super-a My compiz-configuration from Gnome is used by Unity... so when I press the show desktops I can see only one. How do I get 4 of them? I really, really love the fact that in the upper bar are shown the menu of the current selected window, specially because one can un-maximize the window and the menu remains in the panel. Perhaps the upper border of the graphical windows could be made thiner.. since there is no menu there any more!
I think this is mostly it! Anyway... I'll keep in touch Although all my possible negative comment, I think you have done a remarkable work with this environment... but we all know that mind breaking changes should support crisis! Don't they?!
View 2 Replies
View Related
Feb 25, 2009
I am a beginner in Linux. Never did any kernel programming in Linux/Windows before. I am now on a project and I am supposed to understand a Linux Device Driver Code. It contains 6 .c files and 1 Makefile.
The make file goes as this:
I have a.c b.c c.c d.c d.c e.c f.c in the director along with the Makefile mentioned.
I am using Fedora Red Hat Linux 32 bit.
How to compile the Makefile.
View 4 Replies
View Related
Feb 28, 2011
I just installed Debian 6.0 (squeeze) on my laptop with the GNOME 2.30 desktop on my Toshiba Satellite A100-VA3 laptop. I have never used GDM3. How do I configure GDM and customize my login screen and wallpaper?
View 3 Replies
View Related
Feb 17, 2011
I was fed up installing Fedora on many of my friend's laptop and doing the same and same thing again. So I've made a Fedora post installation script which does all I want to. Currently the script can:
Add user to sudoers
Configure yum to keep package cache
Fix a problem with Revisor
Add additional repos
Install multimedia codecs
Install flash(32-bit only)
Install wine with gecko,
Install GTalk plugin
Add colors to bash prompt
Add fortune messages to bash prompt
Set SELinux in permissive mode
Install additional softwares
By default, when you run the script, it will ask if you want to accept default configuration or use customize the changes. You can also run ./fedora-firstrun.sh -y to run the script with default configuration. To add yourself to sudoers, run the script as normal user. If you are not in sudoers list, the script will ask you to add to sudoers.
View 6 Replies
View Related
Dec 5, 2010
I needed an open source alternative to after effects so i went for jahshaka but after following the instructions, i type in 'make' and hit return and it says "make: *** No targets specified and no makefile found. Stop." am i missing something obvious? i have looked around the web, but no-one has this problem that i can find i am using ubuntu 10.04.
View 2 Replies
View Related
Feb 3, 2011
I am following this guide to installing eclipse via terminal command-line on Linux. However, this seems to be happening lately with all the packages I try to install..I checked the Synaptic Package Manager and reloaded and rebooted the computer, but to no avail.
View 5 Replies
View Related
Aug 3, 2011
I have a problem when installing this package through synaptic package manager. this is :
libpng12-dev
the error is:
W: Failed to fetch http://security.ubuntu.com/ubuntu/po...tu2.1_i386.deb
404 Not Found [IP: 91.189.92.167 80]
my distribution is ubuntu 10.4.
View 1 Replies
View Related
Jun 20, 2010
I just finished installing a dual boot XP/Ubuntu 10.04 LTS for desktop about half an hour ago, and it's my first experience with a Linux OS. Now that my *complete idiot noob* flag is flying, I have an error I think I need to report:An error occurs with the Package Manager, I get this message when I try to run it, and when Ubuntu boots:
E: Encountered a Package with no Package: header
E: Problem with MergeList /var/lib/apt/lists/
us.archive.ubuntu.com_ubuntu_dists_lucid_restricte d_binary-i386_Packages
E: The package lists or status file could not be parsed or opened.
This usually means that your installed packages have unmet dependencies I tried to download and install Chrome, and it came up with a similar error.
Is my install corrupt/incomplete or something? My setup is a P4 2.4Ghz, 512Mb RAM, onboard graphics, wireless internet and the HDD is 40GB, split into 2 partitions, and my Ubuntu Partition is 10 GB. I'm running Ubuntu 10.04 LTS distribution, and the other OS is Windows XP Professional SP3.I installed Ubuntu by using the Wubi installer.
View 1 Replies
View Related
Jul 24, 2010
I want to customize ubuntu server installation.Something like this> While installing, I want to add few extra packages from URL...Some extra .deb files will get installed while installation process. How can I do that ?
View 3 Replies
View Related
May 26, 2010
I want to install kernel package by this command sudo apt-get install kernel-packagebut it gives me the error :Package kernel-package has no installation candidate
View 1 Replies
View Related
Aug 18, 2010
Is it possible to alter questions to the CentOS installer?
eg/ it could ask what platform you're on, instead of what packages you want to install, and it would then perform a function (eg/ installing drivers) based on the platform (be it dell etc.)
Is this possible and can anyone point me in the right direction to accomplish this?
View 3 Replies
View Related
Sep 23, 2010
When i try installing anything i get errors, for example when i try to install somthing from ubuntu software center i get this.
Code: installArchives() failed: Preconfiguring packages ... Preconfiguring packages ... Selecting previously deselected package ttf-symbol-replacement. (Reading database ... dpkg: warning: files list file for package `libsdl-image1.2' missing, assuming package has no files currently installed.
[Code]....
View 4 Replies
View Related
Mar 11, 2010
I have installed UBUNTU 9.10(2.6.30)
I'm trying to execute the following command: apt-get install linux-headers-`uname -r` mercurial build-essential cvs subversion libncurses5-dev
I get the following error:Package libncurses5-dev is not available, but is referred to by another package.This may mean that the package is missing, has been obsoleted, or is only available from another source
E: Package libncurses5-dev has no installation candidate
View 2 Replies
View Related
Feb 5, 2011
Package Installation error
Recently I get an error while installing any packages offline.
"Action would require the installation of packages from not authenticated source".
The key icon at top tight corner shows.
View 3 Replies
View Related
Mar 3, 2010
How do I customize the panel in NBR 10.04?
Right click brings up the menu allright...
but all the essential options are grayed out. Same goes for moving, unlocking and removing existing applets and so on.
I tried all the standard config, looked in gconf, searched in ~/.gnome, found nothing. I can change the session to Gnome and customize Gnome panel just fine, but if I switch back to NBR (Maximus), the panel returns to default and the entries are disabled again with a truly microsoftish persistence...
View 9 Replies
View Related
Aug 14, 2010
Does anyone know of a beginners guide to wmii? I saw this picture, and thought it looked pretty cool. I was wondering if someone knew how to make the currently playing last fm song to show up on the bar like it does in that picture. Also, does anyone know of a way to display the amount of charge left in my laptop battery?
View 1 Replies
View Related
Sep 22, 2010
I have Ubuntu 10.04 with AWN 0.4 I have two applications that I have given custom icons because they have no default icon. I have both icons' .png files stored in an icons directory in my home folder. At first everything seemed to work fine, but then I noticed one day that one of the apps icons had changed to the same icon as the other app... So I tried switching it back, but when I changed the icon of one app, the other one changed also! Now I can't seem to assign more than one custom icon to multiple AWN launchers. What is the deal?
View 4 Replies
View Related
Oct 5, 2010
is there any way we can customize like we can customize in xp (desktop properties > appearance > advanced)i want to customize things like title bar height etc.
View 7 Replies
View Related
Feb 24, 2011
I'm trying to customize my desktop now and it says that i don't have permission to add or change the files
i went in to properties and it say root owns it!?
how do ya get to change it?
the screen shot Ive got attached!
View 3 Replies
View Related
Apr 1, 2011
I upgraded from 10.10 to natty(11.04 alpha-beta). I am using russian translation and will change menu name.
Unity is usefull for me.
But my childrens and my wife have a questons:
1. Childrens so cartoons or films Click on MainMenu->Bookmarks->Cartoons( this is bookmark for folder with avi files). Chose file and see film.
On Unity bar all folders avialble only by Home or Find Files.
Can I add link to folder on unity bar? Or Desktop?
2. How use two or more profiles in firefox?
on desctop edition I use to shortcut
firefox -p profile1
firefor -p profile2
now from unity firefox start with default profile
View 4 Replies
View Related
Apr 25, 2011
I think this is the most commonly asked question.I'm unable to customize my desktop. It gives me error saying "cannot customize desktop".As far as I know i was able to customize when i was using ubuntu 9.04.Right now its Ubuntu 10.10 and its a clean install.I have Intel Corporation Mobile 945GME Express Integrated Graphics Controller. What do I need to do so that I can customize my desktop using visual effects.
View 4 Replies
View Related
Feb 12, 2010
How do I rearrange or otherwise customize the desktop menus and icons in the Netbook Remix? For example, I wish to combine the System Tools and System menus, and I want to rearrange the icons in the Favourites menu. There is no Control Panel (that I can find) which will let me do this.
View 6 Replies
View Related
May 10, 2010
I was wondering if it is possible to specify a custom color theme that Ubuntu should apply to one application only. Specifically, I want to customize the tooltop color for Eclipse.
Fwiw, the reason I want to do this is that karmic's ambiance theme provides black tooltip backgrounds with white tooltop text, but eclipse (stupidly) uses the black tooltip background for content assist boxes while ignoring the tooptip text color and instead applying its own sytnax highlighting rules, which specify black text. This results in black text on a black background -- ugh!
View 2 Replies
View Related
May 12, 2010
I've installed Ubuntu 10.04 and I wanted to customise it a little (splash screen, login screen, window theme) - problem is, all of the tuts on the net have been written for 9.xx or lower and none of them seem to work with the version that I am running (I can't remember why right now because I looked this up a few days ago but there was a tab missing in 10.04 that was there in 9.xx and below). how to customise these things running Ubuntu 10.04?
View 9 Replies
View Related