Software :: Difference Between /usr/include And /usr/local/include?
Jul 8, 2010
I just downloaded the SDL source code. i did compile and make of this code.then i did make install. but i didnt see the files of SDL.h and lib.SDL.*** in /usr/include/ but later i found out that these files are placed in /usr/local/include and /usr/local/lib. how can i specifically install libraries on /usr/include and /usr/lib
View 2 Replies
ADVERTISEMENT
Jul 11, 2010
What is the difference between /usr/local/include and /usr/include? When I compile my program, is both /usr/local/include and /usr/include avaliable? Can I copy a file from /usr/local/include to /usr/include?
View 1 Replies
View Related
Nov 5, 2010
What's the difference between #include "something" and #include <something>?
View 2 Replies
View Related
Dec 25, 2010
After what seems like a Long time trying off-shoots of Debian, I installed--and am still installing-- packages from the DEbian distribution. Is there an entry for the sources.list that would give me things that are Asus EEE-specific? Stuff like the evolution mailer and the touchpad controller? (I need to turn the touchpad off, e.g.).
View 12 Replies
View Related
Mar 3, 2010
if the original 11.2 iso will be reworked to include KDE4.4 SC.
View 3 Replies
View Related
Jul 20, 2010
Tried one-click install of GNS3 0.7.1 on OpenSuse 11.3. Could not get to work. Seems dynamips and qemu components are missing. Tried installing qemuwrapper.py from source but still no go. Installing dynamips from source did work.
View 4 Replies
View Related
Apr 12, 2011
I am trying to set the default printer on a machine running xubuntu from the command line. It looks like I need: lpoptions -d "printer_name" but I do not know the name of the printer. How can I find this information?
View 2 Replies
View Related
Sep 15, 2010
I am working on a Linux embedded C++ project. When I do an install, all of the header files are copied into the target at /usr/include/.My question is, why would the target ever need the C++ header files? It seems to me all the target needs is the executables and the library *.so files.I want to remove the installation of header files into the target but I'm afraid I'm missing something.
View 3 Replies
View Related
Feb 27, 2011
I'm learning GTK , and would like to use Codeblocks, and/or KDEvelop, and compile my c files using that, but always get an error about gtk/gtk.h not found, but can't figure out how to add the commands... I normally type gcc -o Program1 main.c `pkg-config --libs --cflags gtk+-2.0` That's a lot to type every time to compile.. Isn't there an easier way, in KDevelop, Monodevelop, and/or Codeblocks to make this step quicker, by adding some sort of I-/usr/include commands, or something?? thanks in advance, =). I looked online for some results, but didn't come across anything handy..
View 1 Replies
View Related
Jul 19, 2010
When I installed a new copy of my distro on another partition, in order to preserve all the settings from my old my user account, I made a user account with the same name on the new installation, and then copied my old user account's files (in their entirety) to the new user account, overwriting it. I did the copying from the root account (where else? I assume the new user account can't overwrite itself while it's open), and root became the owner of everything I copied, making it impossible to open the new user account. So I then chowned the new user account's folder to myself. I still can't get in, because apparently, chown only chowned the top folder, leaving all subdirectories owned by root. How do I make chown include all subdirectories? I scanned the man page, but didn't see a parameter.
View 4 Replies
View Related
Jul 9, 2009
I am facing the following error while running SplitOff.exe in machine 172.24.130.245 :
Error :
ld.so.1: SplitOff.exe: fatal: libstdc++.so.2.10.0: open failed: No such file or directory.This file is avilabe in ap/local/lib path.
how to include the path of exe in the ld library path [only System admin has permission]
View 10 Replies
View Related
Dec 16, 2010
I was trying to install usb-modeswitch edora-14 (64 bitt saidCode:usb_modeswitch.c:56:17: fatal errr: usb.h: No such file or directoryWhen I tried to install libusb, it said that it is already installed and is the latest version. But, it still doesn't show usb.h in /usr/include directory.What shall I do to make usb-modeswitch?
View 4 Replies
View Related
Feb 17, 2011
i have written a simple program in gtk. #include<gtk/gtk.h> //header file main program.. on compiling it is showing fatal error:32 /usr/include/gtk/gtk.h is not found. i have checked the location but file is there.
View 2 Replies
View Related
May 26, 2011
I'm trying to copy files from my local directory to a remote site using rsync.I want to include in the copy all the java files and exclude all the .svn directories, but I can't do it.
View 4 Replies
View Related
Dec 17, 2010
Does RHEL6 include smp kernel? When I run uname -arn it does #SMP but I want to confirm if a seperate RPM like kernel-smp-* is included in default installation.
View 4 Replies
View Related
Feb 2, 2011
Basically I have a dir that contains my makefile and another directory inside this called source this holds main source files. External to these I have a couple of dirs common and drives.
In my make file I use
To include the protoypes from the headers in the folders common and drivers used by source, this works fine. However in common and drivers I use a few variables that are set in the source dir. I set these with externs inside the common and driver files. However I'm sure I should be able to set the directory path for source inside my makefile. So say I have inside source hardware.h with prototypes, I set DINCDIR = -I/Source -I../Drivers -I../CommonFiles
Then from a c file inside my common folder I say #include "hardware.h" the file should be able to see hardware.h and it's protoypes. However I get:
Is there some way I can get the extern dirs to see the source dir?
The set out is something like;
View 1 Replies
View Related
Feb 26, 2009
What's the best way to include variables in a string using C,i.e if i want to do the following query in C, how would i do that.How do i build the string variable up in C?
View 1 Replies
View Related
May 14, 2009
Yum answers that it does not contain lighttpd or lua in the repositories (base,updates,addons,extra). Where can I find a repository containing these packages or should I revert to building myself ?
View 3 Replies
View Related
Dec 16, 2010
if debian lenny is installed using a netinstall cd would it contain a desktop environment if no internet connection is available at installation?
View 2 Replies
View Related
Mar 12, 2011
I just installed Debian, after having some experience as a Ubuntu and Mint user. I'm not sure if this is normal, but my installation didn't include neither 'make' nor ' gcc', which I thought were very basic programs. They where in the cd though, I installed them through apt. I realized that they weren't there when I tried to install the drivers for a D Link DWA 525 wireless card. I was able to install the drivers on Ubuntu, but I can't do it on Debian. When I try to 'make' it, there is an error. I don't recall the exact error (since I have to reboot back and forth in order to get internet access, I won't post it right now).
View 4 Replies
View Related
Jun 15, 2013
I am trying to re-write my local web pages in HTML5. My original pages used an include file so that I had a consistent set of links on the top of each page. I used - require("link_list.php");
But this does not seem to be possible in HTML5. I am guessing that there is a way to do this, searching the web suggests object or embed, but these create a new page within my original page, which is not what I want.
View 4 Replies
View Related
Jul 4, 2010
I have a CMS I have developed, which will run on several sites all hosted in sub directories on my dedicated server. I want to create symlinks for the main files of the CMS, including all config files, functions and admin sections. Then there will be a few files specific to each site.I read some tutorials on creating symlinks, although most are not very good in my opinion.
Do you have to create a symlink for every file I want to include? Or can I just create a symlink to a directory? For example:CMS is located at /www/cms/.Can I make www/domain1/ point to that directory, and if so, will all files include themselves correctly. I think I am a bit confused on how this works.
View 1 Replies
View Related
Nov 8, 2009
Is there a way to include a profile pic within the GUI login prompt for Fedora 11?
I have the profile pic set in the "About Me" configuration page, and this will show up in my toolbar in the upper right hand corner, but when I log out and go to select my login name from the list of users within the login prompt, I don't see my pic, just the generic user picture.
Is there a way to set this? I have multiple users using this machine. It would be nice if they can just visually scan for their picture to login with.
View 8 Replies
View Related
May 11, 2011
I use "zip -r" to zip the following folder:
/root/Desktop/administration/backup
....My only grip is that when you open the zip file, the parent directories are there too.
So within the zip file I have to navigate through "/root/Desktop/administration" just to get to the directory called backup.
Is there a way for me to zip the directory backup, and not include the parent directories? I want to be able to open the zip file and see only the backup directory listed.
View 9 Replies
View Related
Jul 2, 2010
I want to setup a NTP server on open SUSE 11.1. But I don't know whether it has been supported in the system, or it needs me to install a software manually.
View 4 Replies
View Related
Apr 9, 2010
We are doing our project on face recognition. We are done with our project.We want to use this as a method to login into the system by detecting the face at login screen.
How to go about it?
View 4 Replies
View Related
Apr 24, 2010
I am completing an argumentative essay for my college English class. The essay is arguing the benefits of FOSS over commercial/proprietary software, mainly Microsoft. I need to include opposing viewpoints in the essay as well. I had no problem finding supporters of FOSS, but I am having trouble finding PROFESSIONAL opposing viewpoints in industry journals or from experts in the field.I am not asking for help in completing the assignment, just assistance in finding opposing viewpoints -- people against FOSS.
View 1 Replies
View Related
May 18, 2010
I have noticed that Ubuntu checks the / (which includes my home folder) for errors after a certain number of boots.
But the problem is it never checks another partition (Reiserfs) which I had created during installing Ubuntu.
I keep all my data there.
Now how do I configure Ubuntu so that it checks the partition I just mentioned ?
View 3 Replies
View Related
Jun 29, 2010
I just did a fresh install of Lucid Lynx 10.4, but now whenever I boot up, at the boot loader, Windows 7 is no longer on the list. I want to now how to properly edit grub.cfg in /boot/grub so that I can boot into Windows 7 from the boot loader. The Windows partition is found in /dev/sda2. The folder name is 2EB2621EB261EB33. If anyone could tell me how write the entry in grub.cfg for Windows 7 to boot that would be awesome!
View 9 Replies
View Related
Dec 25, 2010
I'm trying to use K9copy in Ubuntu 10:10 to shrink some videos from a straight iso copy down to a 800MB avi file. The video seems to copy fine and the picture looks fine but when I try play it in VLC theres no sound.
Is there something I'm missing? And yes I played the ISO in VLC and had it play with sound fine.
View 3 Replies
View Related