i try to get working out System.windows.winforms but when i try to execute  a simple 
apllication,  i get a semgmenation error ! 
WHY ????

Wine is working perfectly, winelib is installed and mono too... not the winelib.exe.so 
error and mono is working fine alone.


i ve mono compiled from source on a debian system


> Message du 18/05/04 12:30
> De : [EMAIL PROTECTED]
> A : [EMAIL PROTECTED]
> Copie à : 
> Objet : Mono-list digest, Vol 1 #1694 - 6 msgs
> 
> Send Mono-list mailing list submissions to
>       [EMAIL PROTECTED]
> 
> To subscribe or unsubscribe via the World Wide Web, visit
>       http://lists.ximian.com/mailman/listinfo/mono-list
> or, via email, send a message with subject or body 'help' to
>       [EMAIL PROTECTED]
> 
> You can reach the person managing the list at
>       [EMAIL PROTECTED]
> 
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Mono-list digest..."
> 
> 
> Today's Topics:
> 
>    1. Re: Could not find attribute 'TraceExtension' while attempting to open 
> ConverterService.asmx (Bartlomiej Zass)
>    2. C#.NET for UNIX (Joshua Lewis)
>    3. Re: Problems on FreeBSD with Beta 1 (Supreme Overlord)
>    4. Problems installing daily mono build (Jochen Wezel)
>    5. Re: Problems installing daily mono build (Juergen Moeller)
>    6. RE: Installing (RoBiK)
> 
> --__--__--
> 
> Message: 1
> Date: Mon, 17 May 2004 19:25:46 +0200
> From: Bartlomiej Zass <[EMAIL PROTECTED]>
> Reply-To: =?Windows-1250?B?QmFydLNvbWllaiBaYXNz?= <[EMAIL PROTECTED]>
> To: A Rafael D Teixeira <[EMAIL PROTECTED]>
> Cc: [EMAIL PROTECTED]
> Subject: Re: [Mono-list] Could not find attribute 'TraceExtension' while attempting 
> to open ConverterService.asmx
> 
> Thanks for your answer!
> Actually, I made all things written in xsp readme file, but make
> install hasn't moved compiled dlls to $PREFIX/share/doc/xsp/test/bin
> directory. I tried to compile xsp without giving any prefixes
> (configure, make, make install) and everything is ok (in
> /usr/local/...).
> 
> When you try to install xsp 0.13 this way:
> ./configure --prefix=/usr
> make
> make install
> 
> you get all files in /usr/share/doc/xsp/test but without bin
> directory. To get bin directory you mustn't parse --prefix parameter.
> At least here it works like that.
> 
> Thank you very much for help!
> 
> Best regards,
> Bartek Zass
> 
> 
> --__--__--
> 
> Message: 2
> Date: Mon, 17 May 2004 16:17:23 -0700 (PDT)
> From: "Joshua Lewis" <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Reply-To: [EMAIL PROTECTED]
> Subject: [Mono-list] C#.NET for UNIX
> 
> YOU GUYS ROCK!!!!!!!!!!!!
> 
> I am sooooo happy to find MONO (wow. That is funny. My wife thought she
> had mono when she found out she was pregnant, now I am happy I found
> Mono).
> 
> I am a .NET developer who has been desperately looking for a way out of
> the Microsoft World. It is not that I hate them all though I am an X-Apple
> advocate. I just wanted something better. Now with OS X and the G4/G5 s, I
> have been ripping myself apart trying figure out how to get my Web dev
> business to move away from MS.NET and you have given me a way out.
> 
> YEEEEAAAAAH!!!!!!
> 
> Thank you Mono Community. I am very much looking forward to your final
> release on June 30. Shortly there after I will begin moving my customers
> to Unix and MONO.
> 
> Thanks again. I am looking forward to re-compiling my C#.NET code on MONO.
> 
> 
> Thank you,
> Joshua Lewis
> 
> 
> --__--__--
> 
> Message: 3
> Subject: Re: [Mono-list] Problems on FreeBSD with Beta 1
> From: Supreme Overlord <[EMAIL PROTECTED]>
> Reply-To: [EMAIL PROTECTED]
> To: [EMAIL PROTECTED]
> Organization: Fat Cat Consulting
> Date: Mon, 17 May 2004 18:54:56 -0700
> 
> Just tried a new build with the May-17th snapshot with the same results.
> Here are two lines from a 'ps aux'. The process states never change.
> 
> root   39900  0.1  4.7 15852 5860  p0  S+    7:18PM   0:01.70 lt-mono
> --config ../../data/config ./../gacutil.exe /i ./Accessibility.dll /f
> /pa
> root   39983  0.0  2.1  9440 2588  ??  Is    7:18PM   0:00.03 lt-mono
> --config ../../data/config ./../gacutil.exe /i ./Accessibility.dll /f
> /pa
> 
> Scott
> 
> 
> On Mon, 2004-05-17 at 14:14, Scott Muc wrote:
> > this is my progress so far...
> > 
> > mono - May 15th code snapshot
> > FreeBSD 4.9
> > mono/mini/abcremoval.h taken from CVS since the snapshot was missing
> > this file.
> > 
> > 
> > Here's how I've tried to build mono:
> > 
> > ./configure --prefix=/usr/local
> > gmake
> > gmake install
> > ...
> > /bin/sh ../../mkinstalldirs /usr/local/lib
> > /usr/bin/install -c -m 644 mscorlib.dll /usr/local/lib/mscorlib.dll
> > MONO_PATH=. ../../mono/mini/mono --config ../../data/config
> > ./../gacutil.exe /i ./Accessibility.dll /f /package 1.0 /root
> > /usr/local/lib
> > Package exported to: /usr/local/lib/mono/1.0
> > Accessibility installed into the gac (/usr/local/lib/mono/gac/)
> > 
> > Then it just hangs. I've mapped libc to libc.so.4 in the data/config
> > file. I would love to assist in finding out why this hangs, but I'm not
> > familiar with what needs to be done.
> > 
> > Scott
> > 
> > 
> > On Mon, 2004-05-17 at 12:26, Victor Jalencas wrote:
> > > Anyone can shed more light on this? I haven't been able to build mono on 
> > > FreeBSD for a long time. What is the recommended configuration (wrt 
> > > Boehm GC, threading, gcc...)?
> > > 
> > > Thanks in advance
> > > 
> > > Victor
> > > 
> > > Jonathan Stowe wrote:
> > > > Firstly it appears that you have to change the data/config file to map
> > > > to libc.so.4 rather than libc.so.6 on FreeBSD 4.9 before anything will
> > > > work. 
> > > > 
> > > > Secondly gacutil appears to have problems during make install:
> > > > 
> > > > MONO_PATH=. ../../mono/mini/mono --config ../../data/config
> > > > ./../gacutil.exe /i ./Accessibility.dll /f /package 1.0 /root
> > > > /usr/local/lib
> > > >  
> > > > Unhandled Exception: System.NullReferenceException: Object reference not
> > > > set to an instance of an object
> > > > in (unmanaged) (wrapper managed-to-native) Mono.Tools.Driver:symlink
> > > > (string,string)
> > > > in <0x00004> (wrapper managed-to-native) Mono.Tools.Driver:symlink
> > > > (string,string)
> > > > in <0x00822> Mono.Tools.Driver:InstallAssembly (string[])
> > > > in <0x005d2> Mono.Tools.Driver:Run (string[])
> > > > in <0x00035> Mono.Tools.Driver:Main (string[])
> > > > 
> > > > 
> > > > I thought I would check before I stick it in bugzilla in case anyone had
> > > > seen this already.
> > > > 
> > > > /J\
> > > > 
> > > > _______________________________________________
> > > > Mono-list maillist  -  [EMAIL PROTECTED]
> > > > http://lists.ximian.com/mailman/listinfo/mono-list
> > > 
> > > _______________________________________________
> > > Mono-list maillist  -  [EMAIL PROTECTED]
> > > http://lists.ximian.com/mailman/listinfo/mono-list
> > 
> > _______________________________________________
> > Mono-list maillist  -  [EMAIL PROTECTED]
> > http://lists.ximian.com/mailman/listinfo/mono-list
> 
> 
> --__--__--
> 
> Message: 4
> Date: Tue, 18 May 2004 09:45:32 +0200
> From: "Jochen Wezel" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Subject: [Mono-list] Problems installing daily mono build
> 
> This is a multi-part message in MIME format.
> 
> ------_=_NextPart_001_01C43CAC.196DAE60
> Content-Type: text/plain;
>       charset="iso-8859-1"
> Content-Transfer-Encoding: quoted-printable
> 
> Has anybody got similar errors on building the daily soap (May 15 to 17, =
> it's always the same) ?
> 
> gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../libgc/include =
> -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -pthread =
> -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DGC_LINUX_THREADS =
> -DMONO_USE_EXC_TABLES -D_GNU_SOURCE -D_REENTRANT -fexceptions =
> -D_FILE_OFFSET_BITS=3D64 -g -O2 -fno-strict-aliasing -g -Wall -Wunused =
> -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes =
> -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual =
> -Wcast-align -Wwrite-strings -c mini.c -MT mini.lo -MD -MP -MF =
> .deps/mini.TPlo  -fPIC -DPIC -o .libs/mini.lo
> mini.c:51:24: abcremoval.h: No such file or directory
> mini.c: In function `mini_method_compile':
> mini.c:7853: warning: implicit declaration of function =
> `mono_perform_abc_removal'
> make[4]: *** [mini.lo] Fehler 1
> make[4]: Verlassen des Verzeichnisses Verzeichnis =
> =C2=BB/root/mono-0.91.99.20040515/mono/mini=C2=AB
> make[3]: *** [all] Fehler 2
> make[3]: Verlassen des Verzeichnisses Verzeichnis =
> =C2=BB/root/mono-0.91.99.20040515/mono/mini=C2=AB
> make[2]: *** [all-recursive] Fehler 1
> make[2]: Verlassen des Verzeichnisses Verzeichnis =
> =C2=BB/root/mono-0.91.99.20040515/mono=C2=AB
> make[1]: *** [all-recursive] Fehler 1
> make[1]: Verlassen des Verzeichnisses Verzeichnis =
> =C2=BB/root/mono-0.91.99.20040515=C2=AB
> make: *** [all] Fehler 2
> 
> Thanks!
> Jochen
> 
> *************************************************************************=
> ***
> *************************************************************************=
> ***
> CompuMaster GmbH
> Agentur f=FCr moderne Kommunikation
> Jochen Wezel, Multimedia-Programmierung
> Rhein-Mosel-Stra=DFe 69, 56281 Emmelshausen, GERMANY
> Fon: +49 6747 95084-12 / Fax: +49 6747 95084-50
> http://www.compumaster.de eMail: [EMAIL PROTECTED]
> +++ Mitglied im DEUTSCHEN MULTIMEDIA VERBAND d m m v, http://www.dmmv.de =
> +++
> 
> *************************************************************************=
> ***
> Unsere aktuellen AGBs befinden sich auf unserer Website im Bereich
> "Rechtliches"
> *************************************************************************=
> ***
> 
> Diese eMail enth=E4lt vertrauliche und/oder rechtlich gesch=FCtzte =
> Informationen.
> Wenn Sie nicht der richtige Adressat sind oder diese E-Mail irrt=FCmlich
> erhalten haben, informieren Sie bitte sofort den Absender und vernichten =
> Sie
> diese Mail. Das unerlaubte Kopieren sowie die unbefugte Weitergabe =
> dieser
> Mail ist nicht gestattet.
> 
> This e-mail may contain confidential and/or privileged information. If =
> you
> are not the intended recipient (or have received this e-mail in error)
> please notify the sender immediately and destroy this e-mail.
> Any unauthorized copying, disclosure or distribution of the material in =
> this
> e-mail is strictly forbidden.
> *************************************************************************=
> ***
> *************************************************************************=
> ***
> 
> 
> ------_=_NextPart_001_01C43CAC.196DAE60
> Content-Type: text/html;
>       charset="iso-8859-1"
> Content-Transfer-Encoding: quoted-printable
> 
> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
> <HTML>
> <HEAD>
> <META HTTP-EQUIV=3D"Content-Type" CONTENT=3D"text/html; =
> charset=3Diso-8859-1">
> <META NAME=3D"Generator" CONTENT=3D"MS Exchange Server version =
> 6.5.6944.0">
> <TITLE>Problems installing daily mono build</title>
> </head>
> <BODY>
> <!-- Converted from text/rtf format -->
> 
> <P><FONT SIZE=3D2 FACE=3D"Arial">Has anybody got similar errors on =
> building the daily soap (May 15 to 17, it's always the same) ?</font>
> </p>
> 
> <P><FONT SIZE=3D2 FACE=3D"Arial">gcc -DHAVE_CONFIG_H -I. -I. -I../.. =
> -I../.. -I../../libgc/include -I/usr/include/glib-2.0 =
> -I/usr/lib/glib-2.0/include -pthread -I/usr/include/glib-2.0 =
> -I/usr/lib/glib-2.0/include -DGC_LINUX_THREADS -DMONO_USE_EXC_TABLES =
> -D_GNU_SOURCE -D_REENTRANT -fexceptions -D_FILE_OFFSET_BITS=3D64 -g -O2 =
> -fno-strict-aliasing -g -Wall -Wunused -Wmissing-prototypes =
> -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes =
> -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align =
> -Wwrite-strings -c mini.c -MT mini.lo -MD -MP -MF .deps/mini.TPlo  =
> -fPIC -DPIC -o .libs/mini.lo</font></p>
> 
> <P><FONT SIZE=3D2 FACE=3D"Arial">mini.c:51:24: abcremoval.h: No such =
> file or directory</font>
> 
> <BR><FONT SIZE=3D2 FACE=3D"Arial">mini.c: In function =
> `mini_method_compile':</font>
> 
> <BR><FONT SIZE=3D2 FACE=3D"Arial">mini.c:7853: warning: implicit =
> declaration of function `mono_perform_abc_removal'</font>
> 
> <BR><FONT SIZE=3D2 FACE=3D"Arial">make[4]: *** [mini.lo] Fehler 1</font>
> 
> <BR><FONT SIZE=3D2 FACE=3D"Arial">make[4]: Verlassen des Verzeichnisses =
> Verzeichnis =C2=BB/root/mono-0.91.99.20040515/mono/mini=C2=AB</font>
> 
> <BR><FONT SIZE=3D2 FACE=3D"Arial">make[3]: *** [all] Fehler 2</font>
> 
> <BR><FONT SIZE=3D2 FACE=3D"Arial">make[3]: Verlassen des Verzeichnisses =
> Verzeichnis =C2=BB/root/mono-0.91.99.20040515/mono/mini=C2=AB</font>
> 
> <BR><FONT SIZE=3D2 FACE=3D"Arial">make[2]: *** [all-recursive] Fehler =
> 1</font>
> 
> <BR><FONT SIZE=3D2 FACE=3D"Arial">make[2]: Verlassen des Verzeichnisses =
> Verzeichnis =C2=BB/root/mono-0.91.99.20040515/mono=C2=AB</font>
> 
> <BR><FONT SIZE=3D2 FACE=3D"Arial">make[1]: *** [all-recursive] Fehler =
> 1</font>
> 
> <BR><FONT SIZE=3D2 FACE=3D"Arial">make[1]: Verlassen des Verzeichnisses =
> Verzeichnis =C2=BB/root/mono-0.91.99.20040515=C2=AB</font>
> 
> <BR><FONT SIZE=3D2 FACE=3D"Arial">make: *** [all] Fehler 2</font>
> </p>
> 
> <P><FONT SIZE=3D2 FACE=3D"Arial">Thanks!</font>
> 
> <BR><FONT SIZE=3D2 FACE=3D"Arial">Jochen</font>
> </p>
> 
> <P><FONT SIZE=3D2 FACE=3D"Courier =
> New">********************************************************************=
> ********</font>
> 
> <BR><FONT SIZE=3D2 FACE=3D"Courier =
> New">********************************************************************=
> ********</font>
> 
> <BR><FONT SIZE=3D2 FACE=3D"Courier New">CompuMaster GmbH</font>
> 
> <BR><FONT SIZE=3D2 FACE=3D"Courier New">Agentur f=FCr moderne =
> Kommunikation</font>
> 
> <BR><FONT SIZE=3D2 FACE=3D"Courier New">Jochen Wezel, =
> Multimedia-Programmierung</font>
> 
> <BR><FONT SIZE=3D2 FACE=3D"Courier New">Rhein-Mosel-Stra=DFe 69, 56281 =
> Emmelshausen, GERMANY</font>
> 
> <BR><SPAN LANG=3D"fr"><FONT SIZE=3D2 FACE=3D"Courier New">Fon: +49 6747 =
> 95084-12 / Fax: +49 6747 95084-50</font></span>
> 
> <BR><SPAN LANG=3D"de"></span><A HREF=3D"http://www.compumaster.de";><SPAN =
> LANG=3D"de"><U><FONT COLOR=3D"#0000FF" SIZE=3D2 FACE=3D"Courier =
> New">http://www.compumaster.de</font></u></span><SPAN =
> LANG=3D"de"></span></a><SPAN LANG=3D"de"></span><SPAN =
> LANG=3D"fr"></span><SPAN LANG=3D"de"><FONT SIZE=3D2 FACE=3D"Courier =
> New"> eMail: [EMAIL PROTECTED]</font></span>
> 
> <BR><SPAN LANG=3D"de"><FONT SIZE=3D2 FACE=3D"Courier New">+++ Mitglied =
> im DEUTSCHEN MULTIMEDIA VERBAND d m m v, </font></span><A =
> HREF=3D"http://www.dmmv.de";><SPAN LANG=3D"de"><U><FONT COLOR=3D"#0000FF" =
> SIZE=3D2 FACE=3D"Courier =
> New">http://www.dmmv.de</font></u></span></a><SPAN LANG=3D"de"><FONT =
> SIZE=3D2 FACE=3D"Courier New"> +++</font></span>
> </p>
> 
> <P><SPAN LANG=3D"de"><FONT SIZE=3D2 FACE=3D"Courier =
> New">********************************************************************=
> ********</font></span>
> 
> <BR><SPAN LANG=3D"de"><FONT SIZE=3D2 FACE=3D"Courier New">Unsere =
> aktuellen AGBs befinden sich auf unserer Website im =
> Bereich</font></span>
> 
> <BR><SPAN LANG=3D"de"><FONT SIZE=3D2 FACE=3D"Courier =
> New">"Rechtliches"</font></span>
> 
> <BR><SPAN LANG=3D"de"><FONT SIZE=3D2 FACE=3D"Courier =
> New">********************************************************************=
> ********</font></span>
> </p>
> 
> <P><SPAN LANG=3D"de"><FONT SIZE=3D2 FACE=3D"Courier New">Diese eMail =
> enth=E4lt vertrauliche und/oder rechtlich gesch=FCtzte =
> Informationen.</font></span>
> 
> <BR><SPAN LANG=3D"de"><FONT SIZE=3D2 FACE=3D"Courier New">Wenn Sie nicht =
> der richtige Adressat sind oder diese E-Mail irrt=FCmlich</font></span>
> 
> <BR><SPAN LANG=3D"de"><FONT SIZE=3D2 FACE=3D"Courier New">erhalten =
> haben, informieren Sie bitte sofort den Absender und vernichten =
> Sie</font></span>
> 
> <BR><SPAN LANG=3D"de"><FONT SIZE=3D2 FACE=3D"Courier New">diese Mail. =
> Das unerlaubte Kopieren sowie die unbefugte Weitergabe =
> dieser</font></span>
> 
> <BR><SPAN LANG=3D"en-gb"><FONT SIZE=3D2 FACE=3D"Courier New">Mail ist =
> nicht gestattet.</font></span>
> </p>
> 
> <P><SPAN LANG=3D"en-gb"><FONT SIZE=3D2 FACE=3D"Courier New">This e-mail =
> may contain confidential and/or privileged information. If =
> you</font></span>
> 
> <BR><SPAN LANG=3D"en-gb"><FONT SIZE=3D2 FACE=3D"Courier New">are not the =
> intended recipient (or have received this e-mail in error)</font></span>
> 
> <BR><SPAN LANG=3D"en-gb"><FONT SIZE=3D2 FACE=3D"Courier New">please =
> notify the sender immediately and destroy this e-mail.</font></span>
> 
> <BR><SPAN LANG=3D"en-gb"><FONT SIZE=3D2 FACE=3D"Courier New">Any =
> unauthorized copying, disclosure or distribution of the material in =
> this</font></span>
> 
> <BR><SPAN LANG=3D"en-gb"><FONT SIZE=3D2 FACE=3D"Courier New">e-mail is =
> strictly forbidden.</font></span>
> 
> <BR><SPAN LANG=3D"de"><FONT SIZE=3D2 FACE=3D"Courier =
> New">********************************************************************=
> ********</font></span>
> 
> <BR><SPAN LANG=3D"de"><FONT SIZE=3D2 FACE=3D"Courier =
> New">********************************************************************=
> ********</font></span>
> </p>
> 
> </body>
> </html>
> ------_=_NextPart_001_01C43CAC.196DAE60--
> 
> --__--__--
> 
> Message: 5
> From: Juergen Moeller <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Subject: Re: [Mono-list] Problems installing daily mono build
> Date: Tue, 18 May 2004 10:04:29 +0200
> 
> Hello Jochen,
> 
> > Has anybody got similar errors on building the daily soap (May 15 to 17,
> > it's always the same) ?
> >
> > [...]
> > abcremoval.h: No such file or directory
> > [...]
> 
> I have the same error... 
> better than yesterday, after downloading 16MB of '0's...
> 
> Greetings,
> Juergen
> 
> --__--__--
> 
> Message: 6
> From: "RoBiK" <[EMAIL PROTECTED]>
> To: "'Rik Dodsworth'" <[EMAIL PROTECTED]>
> Cc: <[EMAIL PROTECTED]>
> Subject: RE: [Mono-list] Installing
> Date: Tue, 18 May 2004 10:04:40 +0200
> 
> This is a multi-part message in MIME format.
> 
> ------=_NextPart_000_0000_01C43CBF.893BE340
> Content-Type: text/plain;
>       charset="us-ascii"
> Content-Transfer-Encoding: 7bit
> 
> Hi,
>  
> to install packages with circular references write on single command line
> "rpm -ih package1 package2".
>  
> Robert
>  
>   _____  
> 
> From: Rik Dodsworth [mailto:[EMAIL PROTECTED] 
> Sent: Montag, 17. Mai 2004 15:26
> To: [EMAIL PROTECTED]
> Subject: [Mono-list] Installing
> 
> 
> 
> I have downloaded all the packages for red hat and am attempting to install.
> 
> 
> When I run Mono-Core-0.91-0.ximian.6.3.i386 it says it requires mono-posix =
> 0.91-0.ximian.6.3
> 
> When I run mono-posix-0.91-0.ximian.6.3.i386 it says it requires mono-code =
> 0.91-0.ximian.6.3
> 
>  
> 
> This looks to me like a circular reference.
> 
> Can anyone help on getting this installed on red hat
> 
>  
> 
> Thanks
> 
>  
> 
> Rik
> 
> 
> ------=_NextPart_000_0000_01C43CBF.893BE340
> Content-Type: text/html;
>       charset="us-ascii"
> Content-Transfer-Encoding: quoted-printable
> 
> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
> <HTML xmlns=3D"http://www.w3.org/TR/REC-html40"; xmlns:o =3D=20
> "urn:schemas-microsoft-com:office:office" xmlns:w =3D=20
> "urn:schemas-microsoft-com:office:word"><HEAD>
> <META http-equiv=3DContent-Type content=3D"text/html; =
> charset=3Dus-ascii">
> <META content=3D"MSHTML 6.00.3790.118" name=3DGENERATOR>
> <STYLE>@page Section1 {size: 612.0pt 792.0pt; margin: 72.0pt 90.0pt =
> 72.0pt 90.0pt; }
> P.MsoNormal {
>       FONT-SIZE: 12pt; MARGIN: 0cm 0cm 0pt; FONT-FAMILY: "Times New Roman"
> }
> LI.MsoNormal {
>       FONT-SIZE: 12pt; MARGIN: 0cm 0cm 0pt; FONT-FAMILY: "Times New Roman"
> }
> DIV.MsoNormal {
>       FONT-SIZE: 12pt; MARGIN: 0cm 0cm 0pt; FONT-FAMILY: "Times New Roman"
> }
> A:link {
>       COLOR: blue; TEXT-DECORATION: underline
> }
> SPAN.MsoHyperlink {
>       COLOR: blue; TEXT-DECORATION: underline
> }
> A:visited {
>       COLOR: purple; TEXT-DECORATION: underline
> }
> SPAN.MsoHyperlinkFollowed {
>       COLOR: purple; TEXT-DECORATION: underline
> }
> SPAN.EmailStyle17 {
>       COLOR: windowtext; FONT-FAMILY: Arial; mso-style-type: personal-compose
> }
> DIV.Section1 {
>       page: Section1
> }
> </style>
> </head>
> <BODY lang=3DEN-US vLink=3Dpurple link=3Dblue>
> <DIV class=3DOutlookMessageHeader lang=3Den-us dir=3Dltr =
> align=3Dleft><SPAN=20
> class=3D914060208-18052004><FONT face=3DArial color=3D#0000ff=20
> size=3D2>Hi,</font></span></div>
> <DIV class=3DOutlookMessageHeader lang=3Den-us dir=3Dltr =
> align=3Dleft><SPAN=20
> class=3D914060208-18052004><FONT face=3DArial color=3D#0000ff=20
> size=3D2></font></span> </div>
> <DIV class=3DOutlookMessageHeader lang=3Den-us dir=3Dltr =
> align=3Dleft><SPAN=20
> class=3D914060208-18052004><FONT face=3DArial color=3D#0000ff =
> size=3D2>to install=20
> packages with circular references write </font></span><SPAN=20
> class=3D914060208-18052004><FONT face=3DArial color=3D#0000ff =
> size=3D2>on single command=20
> line "rpm -ih package1 package2".</font></span></div>
> <DIV class=3DOutlookMessageHeader lang=3Den-us dir=3Dltr =
> align=3Dleft><SPAN=20
> class=3D914060208-18052004><FONT face=3DArial color=3D#0000ff=20
> size=3D2></font></span> </div>
> <DIV class=3DOutlookMessageHeader lang=3Den-us dir=3Dltr =
> align=3Dleft><SPAN=20
> class=3D914060208-18052004><FONT face=3DArial color=3D#0000ff=20
> size=3D2>Robert</font></span></div>
> <DIV class=3DOutlookMessageHeader lang=3Den-us dir=3Dltr =
> align=3Dleft><SPAN=20
> class=3D914060208-18052004> </span></div>
> <DIV class=3DOutlookMessageHeader lang=3Den-us dir=3Dltr align=3Dleft>
> <HR tabIndex=3D-1>
> </div>
> <DIV class=3DOutlookMessageHeader lang=3Den-us dir=3Dltr =
> align=3Dleft><FONT face=3DTahoma=20
> size=3D2><B>From:</b> Rik Dodsworth [mailto:[EMAIL PROTECTED]
> <BR><B>Sent:</b> Montag, 17. Mai 2004 15:26<BR><B>To:</b>=20
> [EMAIL PROTECTED]<BR><B>Subject:</b> [Mono-list]=20
> Installing<BR></font><BR></div>
> <DIV></div>
> <DIV class=3DSection1>
> <P class=3DMsoNormal><FONT face=3DArial size=3D2><SPAN=20
> style=3D"FONT-SIZE: 10pt; FONT-FAMILY: Arial">I have downloaded all the =
> packages=20
> for red hat and am attempting to install. <o:p></o:p></span></font></p>
> <P class=3DMsoNormal><FONT face=3DArial size=3D2><SPAN=20
> style=3D"FONT-SIZE: 10pt; FONT-FAMILY: Arial">When I run=20
> Mono-Core-0.91-0.ximian.6.3.i386 it says it requires mono-posix =3D=20
> 0.91-0.ximian.6.3<o:p></o:p></span></font></p>
> <P class=3DMsoNormal><FONT face=3DArial size=3D2><SPAN=20
> style=3D"FONT-SIZE: 10pt; FONT-FAMILY: Arial">When I run=20
> mono-posix-0.91-0.ximian.6.3.i386 it says it requires mono-code =3D=20
> 0.91-0.ximian.6.3<o:p></o:p></span></font></p>
> <P class=3DMsoNormal><FONT face=3DArial size=3D2><SPAN=20
> style=3D"FONT-SIZE: 10pt; FONT-FAMILY: =
> Arial"><o:p> </o:p></span></font></p>
> <P class=3DMsoNormal><FONT face=3DArial size=3D2><SPAN=20
> style=3D"FONT-SIZE: 10pt; FONT-FAMILY: Arial">This looks to me like a =
> circular=20
> reference.<o:p></o:p></span></font></p>
> <P class=3DMsoNormal><FONT face=3DArial size=3D2><SPAN=20
> style=3D"FONT-SIZE: 10pt; FONT-FAMILY: Arial">Can anyone help on getting =
> this=20
> installed on red hat<o:p></o:p></span></font></p>
> <P class=3DMsoNormal><FONT face=3DArial size=3D2><SPAN=20
> style=3D"FONT-SIZE: 10pt; FONT-FAMILY: =
> Arial"><o:p> </o:p></span></font></p>
> <P class=3DMsoNormal><FONT face=3DArial size=3D2><SPAN=20
> style=3D"FONT-SIZE: 10pt; FONT-FAMILY: =
> Arial">Thanks<o:p></o:p></span></font></p>
> <P class=3DMsoNormal><FONT face=3DArial size=3D2><SPAN=20
> style=3D"FONT-SIZE: 10pt; FONT-FAMILY: =
> Arial"><o:p> </o:p></span></font></p>
> <P class=3DMsoNormal><FONT face=3DArial size=3D2><SPAN=20
> style=3D"FONT-SIZE: 10pt; FONT-FAMILY: =
> Arial">Rik<o:p></o:p></span></font></p></div></body></html>
> 
> ------=_NextPart_000_0000_01C43CBF.893BE340--
> 
> 
> 
> --__--__--
> 
> _______________________________________________
> Mono-list mailing list
> [EMAIL PROTECTED]
> http://lists.ximian.com/mailman/listinfo/mono-list
> 
> 
> End of Mono-list Digest
>
_______________________________________________
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to