Ask a Question related to UNIX Programming, Design and Development.
-
kg #1
autoconf help needed on file output
I am using AC_OUTPUT(PATH/FILE) to create a file FILE in directory PATH.
When I run configure on Sun Solaris or OSF system, a "./" is always
added to the beginning of PATH. If the PATH is an absolute path, e.g.
PATH=/A/DIR1/
then configure just try to look for
.//A/DIR1/
and report it cannot be found. If I use it on Linux system or if I
change the PATH to a relative path (e.g. ../../DIR1) the problem doesn't
exist.
Does this PATH have to be a relative path on Sun Solaris or OSF system?
If no, what can I do in order to eliminate that automatic "./" when
running configure on Sun Solaris and OSF?
Thank you very much.
KG
kg Guest
-
advice needed... cf write data to xml file for use in flash app thatuses xml file
I'm wondering if it is possible to use CF to: 1) connect to existing db; 2) get specific data from table; 3) write it to an xml file that would... -
Help needed with ASP form browse for file, create link to file and insert in access database
I have a form where a user enters their name, date etc. i also want them to be able to click on a browse button and select a file which will then... -
Postscript fonts not needed for Laser output?
I'm familiar with the need to use Postscript fonts for any output going to a Postscript printer, and that non-postscript fonts (i.e. most fonts that... -
[PHP-DEV] autoconf trouble
Current HEAD won't configure on my GENTOO/Linux laptop: sb@wopr-mobile:/usr/src/php/php5/ > ./cvsclean && ./buildconf using default Zend... -
autoconf for 1.8.0
While trying to install the stable version of Ruby I get the following messsage when running autoconf: autoconf Autoconf requires GNU m4 1.1 or... -
Russell Shaw #2
Re: autoconf help needed on file output
kg wrote:
You should be using a path that is hard coded into configure.in,> I am using AC_OUTPUT(PATH/FILE) to create a file FILE in directory PATH.
> When I run configure on Sun Solaris or OSF system, a "./" is always
> added to the beginning of PATH. If the PATH is an absolute path, e.g.
> PATH=/A/DIR1/
> then configure just try to look for
> .//A/DIR1/
> and report it cannot be found. If I use it on Linux system or if I
> change the PATH to a relative path (e.g. ../../DIR1) the problem doesn't
> exist.
>
> Does this PATH have to be a relative path on Sun Solaris or OSF system?
> If no, what can I do in order to eliminate that automatic "./" when
> running configure on Sun Solaris and OSF?
and is relative to the top directory of the package.
Russell Shaw Guest



Reply With Quote

