Working with configure file in ubuntu


 
Thread Tools Search this Thread
Top Forums UNIX for Advanced & Expert Users Working with configure file in ubuntu
# 1  
Old 08-29-2012
Working with configure file in ubuntu

Hi,

I want to add the library in my configure file. i am doing it using autoconf in ubuntu. I am new to the autoconf.

Can anyone please let me know how to add the library using configure file so that it can linked to my software which I am using?

Thanks in advance!!!!!
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. IP Networking

Need to configure TP-link TL-wn725n in Ubuntu server.

I recently installed Ubuntu 17.04 Desktop. I'm some what pleased with it, primarily because it is a free distro. But now I have found myself in the same boat I was in 30 years back, when I was teaching myself DOS. I have installed Ubuntu Server on a separate machine just to tinker with and... (10 Replies)
Discussion started by: kkeevv
10 Replies

2. IP Networking

Binding a /22 Subnet in Ubuntu 16 not working

I'm trying to add *secondary* subnet, a /22 in Ubuntu 16 but the IPs don't ping despite proper routing at the switch level. **How do I properly bind the secondary /22 subnet (IPv4) and have these IPs ping?** I can ping locally, but not from external. Below commands didn't work. root@server:~#... (0 Replies)
Discussion started by: Bashed
0 Replies

3. Ubuntu

Email not working on Ubuntu

Hello, I 'm getting following error in my mail log for the email i 'm sending to outside domain. Not able to figure out what is the issue. Can anyone please help me on this. wrong answer on RCPT TO "550 5.1.1 <xxxxxxx@microsoft.com>: Recipient address rejected: User unknown in local... (3 Replies)
Discussion started by: fugitive562
3 Replies

4. Shell Programming and Scripting

Cat command not working to display Mac file in Ubuntu

Hi, Recently I got a .txt file from Mac user. when I try to open it in my Ubuntu machine using cat command it is not displaying any content of file however I can see the content using vi. Anyone know How to see its content using cat as I have to process it in my shell script. Thanks in... (4 Replies)
Discussion started by: diehard
4 Replies

5. Ubuntu

Install and configure ntp rpm on Ubuntu 13.10 version

Hello, I am new to ubuntu Server OS and so trying to setup and ntp service on couple of servers. I see ntp rpm is not installed. # dpkg --get-selections | grep -v deinstall | grep ntp ntpdate install # so I tried to installed ntp rpm using... (5 Replies)
Discussion started by: bobby320
5 Replies

6. OS X (Apple)

./configure command not working

I am learning to compile UNIX software packages on my mac I have demo123.tar package in home directory when i enter tar demo123 mkdir ~/ddemo123 ./configure --prefix=$HOME/ddemo123 i get the error message -bash: ./configure: No such file or directory I tried using sh and bash with... (3 Replies)
Discussion started by: masunius
3 Replies

7. Ubuntu

Ubuntu 10.10 LAN connection stopped working...

Well this is weird. I restarted my dual boot Win7/Ubuntu 10.10 from ubuntu to windows. Everything was working fine and windows is always connecting properly to my lan. After restarting back into Ubuntu, all of a sudden I can't connect to my network. It looks as if its trying to connect through... (15 Replies)
Discussion started by: zixzix01
15 Replies

8. UNIX for Dummies Questions & Answers

VMPlayer stopped working after ubuntu updated kernel

A month or so ago Ubuntu Dapper did its auto-update thing and installed the new kernel (intrd.img-2.6.15-28-386, upgraded from intrd.img-2.6.15-27-386). I rebooted after install and immediately the xserver would not load. I quickly figured out that I could boot the old kernel from GRUB however,... (1 Reply)
Discussion started by: forchessonly
1 Replies

9. Ubuntu

Fedora and Ubuntu not working out with GRUB

I have tried befre but nothing works out proprly. I have Ubuntu I try to Install Fedora Core 1. When Fedora Cora is finished Installing It doesnt show Ubuntu on Grub. If I re-install Ubuntu and put grub on then Fedora wont show. I also have Windows 98 but that is always on the list as DOS or... (5 Replies)
Discussion started by: shade11
5 Replies
Login or Register to Ask a Question
AUTOCONF(1)							   User Commands						       AUTOCONF(1)

NAME
autoconf - Generate configuration scripts SYNOPSIS
autoconf [OPTION] ... [TEMPLATE-FILE] DESCRIPTION
Generate a configuration script from a TEMPLATE-FILE if given, or `configure.ac' if present, or else `configure.in'. Output is sent to the standard output if TEMPLATE-FILE is given, else into `configure'. Operation modes: -h, --help print this help, then exit -V, --version print version number, then exit -v, --verbose verbosely report processing -d, --debug don't remove temporary files -o, --output=FILE save output in FILE (stdout is the default) -W, --warnings=CATEGORY report the warnings falling in CATEGORY [syntax] Warning categories include: `cross' cross compilation issues `obsolete' obsolete constructs `syntax' dubious syntactic constructs `all' all the warnings `no-CATEGORY' turn off the warnings on CATEGORY `none' turn off all the warnings `error' warnings are error The environment variable `WARNINGS' is honored. Library directories: -A, --autoconf-dir=ACDIR Autoconf's macro files location (rarely needed) -l, --localdir=DIR location of the `aclocal.m4' file Tracing: -t, --trace=MACRO report the list of calls to MACRO -i, --initialization also trace Autoconf's initialization process In tracing mode, no configuration script is created. AUTHOR
Written by David J. MacKenzie. REPORTING BUGS
Report bugs to <dickey@invisible-island.net>. COPYRIGHT
Copyright 1992, 1993, 1994, 1996, 1999, 2000, 2001 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICU- LAR PURPOSE. SEE ALSO
autoconf(1), automake(1), autoreconf(1), autoupdate(1), autoheader(1), autoscan(1), config.guess(1), config.sub(1), ifnames(1), libtool(1). The full documentation for autoconf is maintained as a Texinfo manual. If the info and autoconf programs are properly installed at your site, the command info autoconf should give you access to the complete manual. autoconf 2.52.20101002 October 2010 AUTOCONF(1)