General :: Shell Script To Run Source Code And Find All Its Dependencies?

Aug 1, 2010

this is srinath,newbie to linux and shell scripts.am in need of shell script,which have to checkout the source code(C/C++) from CVS server to a specified directory and compile that source code and get all its dependency files to a specified directory.

View 2 Replies


ADVERTISEMENT

Software :: Way To Find Dependencies From Source Code?

Jan 15, 2011

Is there a way to find the dependencies from the source code in the directory produced by the tarball? All I do till now is ./configure, see the missing lib etc, install it, again ./configure, see missing lib, install it, and so on. Is there a way to have all the missing dependencies before configuring the program for the system, maybe with a proper configure flag? But ./configure -h

View 3 Replies View Related

General :: Source Code Or The Procedure For Creating Own Shell?

Nov 3, 2010

i need the source code to create my own shell in linux or provide atleast procedure for doing it

View 9 Replies View Related

Ubuntu :: Creating Shell Script From Source Code For Cron?

Jan 31, 2010

This is regarding the KDE application Basket:

I want to create a shell script that I can run as a cron job to do automated backups. how to proceed. I have the source code and have pulled out the backup source files. Here is the link for the source code. The download is at the bottom of this page. The backup files can be found in the src folder listed as backup.cpp and backup.h [URL]

If someone can do this, I believe it will make a nice addition to the Basket application for all.

Also I am not running Kubuntu I am running Karmic 9.10 64 bit

View 8 Replies View Related

Slackware :: Cannot Find The Source Code

Jan 19, 2011

I need a mixer app called envy24control. Nobody seems to have a Slackware package for it, which would not be a big deal except that I cannot find the source code either! Does anyone know where I can find this thing?

View 8 Replies View Related

Ubuntu :: Where To Find Kernel Code Source

May 19, 2010

I was trying to install VPN client for my Ubuntu 9.10 64-bit. During the installation process the terminal reads:

"Directory containing linux kernel source code [/lib/modules/2.6.31-21-generic/build]"

On that I pressed enter for the default option (in bold). After a few more steps I reached the following error:

Making module
sh: Can't open ./driver_build.sh
Failed to make module "cisco_ipsec.ko".

[/lib/modules/2.6.31-21-generic/build] is the location where the installer expects the kernel source to be (I am guessing). So unless I correct the terminal (by providing the location of the kernel source), I think I will keep on getting the same error message.

So to get the kernel source I visited: [URL]From there I copy pasted the command:

sudo apt-get build-dep --no-install-recommends linux-image-$(uname -r)
apt-get source linux-image-$(uname -r)

Everything went fine, but even now I don't know if at all I have a kernel source and where it exists on my machine.

View 2 Replies View Related

Ubuntu :: Where To Find Full Source Code

Sep 13, 2010

does anyone know where to find the full Ubuntu source code all i can find is the kernel source. if any knows where to get the full source code for any major Linux distribution could they let me know.

View 3 Replies View Related

CentOS 5 :: Cannot Find Source Code For Application?

Jun 21, 2010

I am new to centOS and one of my application need linux source code as such I am failed to find suitable link for that. Any suitable link for Linux kernel version: 2.6.18-194.el5.

View 2 Replies View Related

CentOS 5 :: Installing RPM - Cannot Find Source Code

Jun 27, 2011

I am trying to install an rpm and when I run rpm -ivvh "package" I get this output
Quote:
Expected size: 29111 = lead(96)+sigs(180)+pad(4)+data(28831) D:
Actual size: 29111 D: ldipmi-8.50.0.i386.rpm: Header SHA1 digest: OK (d3665fbf1c1a418ac1bf17befe92870b95c1a446) D: added binary package [0] D: ============== /root /root: not an rpm package (or package manifest): Is a directory D: found 0 source and 1 binary packages

View 5 Replies View Related

Ubuntu Installation :: Can't Find The Audacious Source Code?

Mar 4, 2010

I installed the audacious source code and now i can't find it I looked in "/usr/share/audacious" but no luck. im still getting used to the Linux file system so forgive my ignorance.

View 1 Replies View Related

Ubuntu Security :: Find The Source Code Behind Mkpasswd?

May 14, 2010

I am trying to find the source code behind mkpasswd which I apt-getted from universe. I am trying to code a similar app in Java and want to see how the salt is implemented in the /etc/shadow file.

Bu I just can't seem to find any source about that particular program...

View 2 Replies View Related

Ubuntu :: Can't Find The Tarball For The GNOME Source Code?

Jun 15, 2011

I want to build my own GNOME. The problem I have is that I cannot find the tarball for the GNOME source code. Another thing I've read on their website is that the way to build it is not the conventional './configure, make, make install', and that it has to be done using a multi-phase process. Is this correct?

View 2 Replies View Related

Programming :: Find Source Code Of C Library Files In Ubuntu?

Feb 26, 2009

Where do i found source code of c library files in ubuntu.

View 2 Replies View Related

Fedora Hardware :: Find Source Code For OV2640 Web Camera Driver?

Jan 23, 2010

When I may find source code for OV2640 web camera driver?

View 1 Replies View Related

Fedora Installation :: Cant Find Source Code After Installation

Jun 8, 2010

I followed the steps from [url] to download and install the kernel source code.

"Following Generic Textbooks

Many of the tutorials, examples, and textbooks about Linux kernel development assume the kernel sources are installed under the /usr/src/linux/ directory. If you make a symbolic link, as shown below, you should be able to use those learning materials with the Fedora packages. Install the appropriate kernel sources, as shown earlier, and then run the following command:

Where is my kernel source located which i can modify. I cant find anything in usr/src/kernels? Why?

View 3 Replies View Related

Ubuntu :: Source Code Of The Krnel From The Kernel.org - Source Trees Organization

Apr 11, 2011

i am already a little bit familiar with linux and now i want to know better the linux OS. i have downloaded the source code of the krnel from the kernel.org and i dont understand the linux source trees organization, so can somebody do me a favor and give me a link to some internet page (or at least a book) that explains that?? i have searched in the internet with the tag:::linux source trees organization and i have not found nothing interesting

View 1 Replies View Related

General :: Need Source Code For Gprof

Jan 17, 2010

I need GNU gprof source code. I have searched on Internet but didn't find anywhere. Can any give me the link for downloading the same?

View 3 Replies View Related

General :: Red Hat Enterprize - Can To Get It's Source Code?

Mar 22, 2011

Is red hat enterprize linux is open source and if yes from where I can get it's source code?

View 2 Replies View Related

General :: How To Install From Raw C Source Code?

Mar 13, 2011

I am trying to install the tightVNC on my imac.It expects X install; I see that X11 in my utility. I think it is ok, but the instruction states to install it on /usr/bin/. Which is correct?Then I need to have ~JPEG and ~zlib to place in /usr/bin/ or inside of certain folders to use.To make sure it is ok; I put both of them in both of the indicated places. I assume it is going to work.Now, I am suppose to build and install. I am not sure how to do it with the command "xmkmf" and not sure where to run this command.I am doing all of this in terminal.

View 1 Replies View Related

Ubuntu :: How To See Source Code Of Open Source Software

Sep 12, 2010

I want to see the source code of smplayer software.from where i can see source code of open source softwares?

View 9 Replies View Related

General :: Source Code For Free Command?

Dec 8, 2009

Where is the source implementation of the free command?

View 2 Replies View Related

General :: Error Trying To Patch Source Code

May 15, 2010

I'm running spamassassin and want to install the fuzzyocr module for it. One of the dependencies of fuzzyocr is 'giflib' but according to the fuzzyocr page, it needs to be patched before I install it, with a patch which they supply on the fuzzyocr download page. I've tried to install the patch and get the following error.

[Code]...

View 3 Replies View Related

General :: How To Compile A Linphone 3.3.2 Source Code

Mar 13, 2011

I've created a GUI for my voip software wherein i'm using the source code of linphone 3.3.2 for video and all protcol stuffs . It is like i've got my own gtk GUI instead of the linphone's glade . Hope you get the picture of what i'm doing . I would like to know how to compile the source code since because i do not know about make files and stuffs . Kindly help me solve this .

View 2 Replies View Related

General :: View The Source Code Of Different Commands

Jul 24, 2010

i want to see the source code of different commands .how they are working ??for ex why ls is listing all the files and directory .what code is written for ls so that it is listing like this.where the source code is kept by the os

View 2 Replies View Related

General :: Installing Mysql On Vps From Source Code?

Mar 3, 2011

I just tried installing mysql on my vps from source code. after untaring the source code. when i tried to configure the ./configure script. iwas not able to find it. it is not there.

View 1 Replies View Related

General :: Run The Source Code Of Virtual Box In Windows?

Dec 2, 2010

Website through were I can learn Python,SQL & How can I run the Source code of Virtual Box in Linux & windows

View 2 Replies View Related

General :: Source Code Of Leach Protocol For NS2?

Jun 11, 2011

I need source code of leach protocol for NS2

View 1 Replies View Related

General :: Where Source Code Of Kernel Located

Feb 6, 2011

Want to know where the source code of Linux is located

View 2 Replies View Related

General :: Finding The Kernel Source Code?

Apr 14, 2011

where can i find linux kernel source code?

View 4 Replies View Related

General :: Find Out What Dependencies Program Needs?

Aug 5, 2010

So i made this application using QtCreator and when I run it on another computer it saysQuote:libQtGui.so.4 -- cannot be found...ok so i installed libqt4-core and libqt-gui but now it says..

View 1 Replies View Related







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