[Mono-bugs] [Bug 79156][Nor] Changed - Unable to successfully run a process on win32 with more than one argument

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Fri Aug 25 14:27:09 EDT 2006


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by robertj at gmx.net.

http://bugzilla.ximian.com/show_bug.cgi?id=79156

--- shadow/79156	2006-08-24 18:58:59.000000000 -0400
+++ shadow/79156.tmp.24720	2006-08-25 14:27:09.000000000 -0400
@@ -10,13 +10,12 @@
 Component: System
 AssignedTo: mono-bugs at ximian.com                            
 ReportedBy: taktaktaktaktaktaktaktaktaktak at gmail.com               
 QAContact: mono-bugs at ximian.com
 TargetMilestone: ---
 URL: 
-Cc: 
 Summary: Unable to successfully run a process on win32 with more than one argument
 
 Description of Problem:
 Unable to successfully run a process on win32 with more than one argument.
 
 Steps to reproduce the problem:
@@ -38,6 +37,44 @@
 Created an attachment (id=17497)
 Sample code
 
 
 ------- Additional Comments From taktaktaktaktaktaktaktaktaktak at gmail.com  2006-08-24 18:58 -------
 Oh, this is mono svn.
+
+------- Additional Comments From robertj at gmx.net  2006-08-25 14:27 -------
+This bug report is invalid.
+
+The following command line works:
+
+psi.Arguments = "--libs foo";
+
+Output: (stderr)
+
+Package foo was not found in the pkg-config search path.
+Perhaps you should add the directory containing `foo.pc'
+to the PKG_CONFIG_PATH environment variable
+No package 'foo' found.
+
+
+When I try this:
+
+psi.Arguments = "--variable=libdir foo"
+
+Output:
+
+<nothing>
+
+
+The same from the command line:
+
+pkg-config --variable=libdir foo
+
+Output:
+
+<nothing>
+
+
+I guess that pkg-config doesn't get the same environment
+when called from your application. Maybe you need to set
+PKG_CONFIG_PATH or whatever, but this is not Mono's problem ;-)
+


More information about the mono-bugs mailing list