This is the mail archive of the insight@sources.redhat.com mailing list for the Insight project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Cygwin problems


On Thu, 2004-04-29 at 09:45, Keith Seitz wrote:
> Nonetheless, I think the following patch will fix it. Apply to
> src/configure.in and regenerate configure. You should now see an
> "insight" executable.

[cough]

Attached.

Keith
Index: configure.in
===================================================================
RCS file: /cvs/src/src/configure.in,v
retrieving revision 1.207
diff -u -p -r1.207 configure.in
--- configure.in	24 Mar 2004 22:34:31 -0000	1.207
+++ configure.in	29 Apr 2004 16:47:57 -0000
@@ -1789,7 +1789,7 @@ esac
 
 # Host dirs don't like to share a cache file either, horribly enough.
 # This seems to be due to autoconf 2.5x stupidity.
-host_configargs="--cache-file=./config.cache --build=${build_alias} --host=${host_alias} --target=${target_alias} ${extra_host_args} ${baseargs}"
+host_configargs="${cache_file_option} --build=${build_alias} --host=${host_alias} --target=${target_alias} ${extra_host_args} ${baseargs}"
 
 target_configargs=${baseargs}
 

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]