[Mono-list] ./.libs/libmono.so: undefined reference to `___tls_get_addr' [Compiling mono from cvs]

2004-03-07 Thread Oliver Leischner
Hello!
I copied the latest mono-sources from cvs, but complation break with errors. 
I linked libgc (from cvs too) in the mono-src-dir and configured the 
mono-sources (./configure --prefix=/usr/local/mono --with-gc=included). 
Configure exists without any error. 

While running make the following error occures. 
Can anybody help me? Thanks!

Oliver


Making all in mini
make[3]: Entering directory `/home/oliver/MONO/CVS/mono/mono/mini'
/bin/sh ../../libtool --mode=link gcc  -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  -o mono -export-dynamic main.o libmono.la
  
-pthread -lgthread-2.0 -lglib-2.0   -Wl,--export-dynamic 
-lgmodule-2.0 -ldl -lglib-2.0   -lm  -lpthread -lm -L/usr/lib 
-licui18n -licuuc -licudata -lpthread -lm -lnsl -lpthread -lm
gcc -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 
-o .libs/mono main.o -pthread -Wl,--export-dynamic 
-Wl,--export-dynamic  ./.libs/libmono.so 
-L/usr/lib /usr/lib/libgthread-2.0.so /usr/lib/libgmodule-2.0.so 
-ldl /usr/lib/libglib-2.0.so -licui18n -licuuc -licudata -lnsl -lpthread -lm 
-Wl,--rpath -Wl,/usr/local/mono/lib
./.libs/libmono.so: undefined reference to `___tls_get_addr'
collect2: ld returned 1 exit status
make[3]: *** [mono] Error 1
make[3]: Leaving directory `/home/oliver/MONO/CVS/mono/mono/mini'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/oliver/MONO/CVS/mono/mono'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/oliver/MONO/CVS/mono'
make: *** [all-recursive-am] Error 2
___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list


Re: [Mono-list] ./.libs/libmono.so: undefined reference to `___tls_get_addr' [Compiling mono from cvs]

2004-03-07 Thread Oliver Leischner
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Sunday 07 March 2004 13:00, Richard Torkar wrote:
 On Sun, 2004-03-07 at 12:20 +0100, Oliver Leischner wrote:
  Hello!
  I copied the latest mono-sources from cvs, but complation break with
  errors. I linked libgc (from cvs too) in the mono-src-dir and configured
  the mono-sources (./configure --prefix=/usr/local/mono
  --with-gc=included). Configure exists without any error.
 
  While running make the following error occures.
  Can anybody help me? Thanks!

 ** SNIP**

  -ldl /usr/lib/libglib-2.0.so -licui18n -licuuc -licudata -lnsl -lpthread
  -lm -Wl,--rpath -Wl,/usr/local/mono/lib
  ./.libs/libmono.so: undefined reference to `___tls_get_addr'
  collect2: ld returned 1 exit status
  make[3]: *** [mono] Error 1

 This is a known problem, and usually(?) happens on Gentoo.

 Run autogen.sh again in the mono dir but this time using the following
 flag:
 --with-nptl=no

 /Richard

Hi Richard,
I forgot to write about my system. It's realy gentoo! With the configure-flag
the compilation exists without errors!

Thanks.
Oliver
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.4 (GNU/Linux)

iD8DBQFASxwYnTMhd1k3y6cRAq4mAJ4g+UipRn7CmQ/LvYYzv6BdcJgC6wCdE5Lz
FtHUkOKbqy1+5QFXxOWwcDo=
=4aOv
-END PGP SIGNATURE-
___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list


[Mono-list] Portable.NET

2004-03-07 Thread Alejandro Ospina
Title: Mensaje



Hi!. I was wondering 
what are the differences between Mono and Portable.NET
Why don't join the 
both?
Thank you. 
BYE!
¡Hasta pronto!

Atentamente,

Alejandro 
Ospina
Nueva Escuela
Teléfono: (57)(4) 264 84 
55

Fax: (57)(4) 425 02 
40
www.nuevaescuela.com
[EMAIL PROTECTED]



[Mono-list] wx.NET

2004-03-07 Thread Alejandro Ospina
Title: Mensaje



Hi!.
Is WindowsForms 
being build with wx.NET as it's base?
If not... what is 
the base of WindowsForms in Mono?
Thank you. 
BYE!

¡Hasta pronto!

Atentamente,

Alejandro 
Ospina
Nueva Escuela
Teléfono: (57)(4) 264 84 
55

Fax: (57)(4) 425 02 
40
www.nuevaescuela.com
[EMAIL PROTECTED]



Re: [Mono-list] wx.NET

2004-03-07 Thread Peter Dennis Bartok
The base for SWF in mono is Wine.

Peter

- Original Message - 
From: Alejandro Ospina [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: 07 March, 2004 09:37
Subject: [Mono-list] wx.NET


Hi!.
Is WindowsForms being build with wx.NET as it's base?
If not... what is the base of WindowsForms in Mono?
Thank you. BYE!

¡Hasta pronto!

Atentamente,

Alejandro Ospina
Nueva Escuela
Teléfono: (57)(4) 264 84 55
Fax: (57)(4) 425 02 40
www.nuevaescuela.com http://www.nuevaescuela.com/
[EMAIL PROTECTED]


___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list


Re: [Mono-list] Portable.NET

2004-03-07 Thread Jonathan Pryor
On Sun, 2004-03-07 at 11:34, Alejandro Ospina wrote:
 Hi!. I was wondering what are the differences between Mono and
 Portable.NET
 Why don't join the both?

This has been answered many times before; check the archives.

Here's a summary: Mono and Portable.NET have different opinions on a
number of subjects, from:

  - Licensing: Mono uses MIT/X11 for the class libraries, Portable.NET
uses GPL with linking exception.

  - Implementation: Mono's C# compiler is written in C#, Portable.NET's
C# compiler is written in C.  Mono implemented their own JIT engine,
while Portable.NET uses an existing interpreter system (CVM).

  - Mis-communication: There have been numerous heated arguments, on 
mono-list and elsewhere, where both parties appear to be talking
past each other; both sides make well-reasoned arguments, but it
frequently turns into a flame war, with communication not being
fully lucid.  For example, there was a heated debate in October
2003 regarding the patentability of System.Windows.Forms.  (See the
thread: Collaboration on alternatives to the US-patent-endangered
APIs?) Portable.NET claimed they looked at it, and felt that none of
the API was patentable, but clarification as to *why* the API was
not patentable was not entirely forthcoming.  From the Mono
perspective, anyway, and I'm not claiming that my memory is perfect
(or even accurate).

So why don't they join?  Because they have different approaches to a
number of topics, as seen above.  That doesn't mean that we don't
cooperate on some topics; we do.  Mono's i18n implementation came from
Portable.NET, and Portable.NET is free to use all of Mono's class
library without restriction (the joy of MIT/X11).  For example,
Portable.NET's System.Text.RegularExpressions ChangeLog contains entries
from miguel and gonzalo, so Portable.NET is likely using Mono's
RegularExpression implementation.

 - Jon


___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list


Re: [Mono-list] Gettext support or not.

2004-03-07 Thread Miguel de Icaza
Hello,

 I see that Gettext-0.14 has been released for C# so one can use the
 standard *.po file format for multiple languages.  In the announcement
 for Monodevelop, ICU is discussed as being required for
 internationalization. 
 
 I'm just wondering why one would choose one technique over another for
 GTK# and GLADE files?  Does anyone have any insight here?

ICU is a library that is used to implement CultureInfo and string
collation.  Gettext is just a way to internationalize text messages. 
They serve different purposes.
___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list


Re: [Mono-list] wx.NET

2004-03-07 Thread Miguel de Icaza
Hello,

 Is WindowsForms being build with wx.NET as it's base?
 If not... what is the base of WindowsForms in Mono?
 Thank you. BYE!

There are two efforts to build Windows.Forms.  The community has been
maintaining a Gtk#-based Windows.Forms implementation, while the folks
at Novell have been implementing it on top of Wine (we converted Wine
into a library).

In the Novell effort, we use Wine as our toolkit, so we get most of
the functionality of Windows.Forms for free as well as being very
compatible with advanced features like Wndproc overrides and P/Invoke
for third party controls.

But this is all covered in the FAQ, which you probably should read

Miguel.
___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list


[Mono-list] ByteFXData and mysql under linux

2004-03-07 Thread David Marsal
I run Debian with a fresh mono cvs installation

sqlsharp.exe give me the following :

===

Welcome to SQL#. The interactive SQL command-line client
for Mono.Data.  See http://www.go-mono.com/ for more details.
   
   
Type:  \Q to quit
   \ConnectionString to set the ConnectionString
   \Provider to set the Provider:
 {OleDb,SqlClient,MySql,MySqlNet,Odbc,DB2,
  Oracle,PostgreSql,Npgsql,Sqlite,Sybase,Tds)
   \Open to open the connection
   \Close to close the connection
   \e to execute SQL query (SELECT)
   \h to show help (all commands).
   \defaults to show default variables.
   
   
   
   
Provider is not set.
   
   
ConnectionString is not set.
   
   
SQL# \Provider MySqlNET
The default Provider is LOADEXTPROVIDER
  Assembly: ByteFX.Data
  Connection Class: ByteFX.Data.MySQLClient.MySQLConnection
 
SQL# \ConnectionString Server=localhost;
Database=monotest;User ID=monotest;Password=monotest;Pooling=false;
 
SQL# \Open
Attempt to open connection...
Loading external provider...
Error: unable to load the assembly of the provider: ByteFX.Data :
Argument cannot be null
Parameter name: type
 
SQL#

===

and still no success to see ByteFX/Mysql running on the web with xsp
I have trid to use the CVS of ByteFX the make process must be adapted
and I have no good enough skills 


___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list


[Mono-list] MonoDevelop freezes

2004-03-07 Thread David Mitchell
I've just downloaded and built the mono-develop 0.1 release but after 
using it for a few minutes it will freeze. I don't have to do anything 
to reproduce this, it is unpredictable but tends to happen after using 
it for a short period of time. I have built against:

gnome-vfs: 2.2.2
gtk-sharp: 0.17
gtksourceview: 0.8
gtksourceview-sharp: 0.1
mono: 0.30.2
Help?
--
David Mitchell
Software Engineer
Telogis
NOTICE:
This message (including any attachments) contains CONFIDENTIAL
INFORMATION intended for a specific individual and purpose, and
is protected by law.  If you are not the intended recipient,
you should delete this message and are hereby notified that any
disclosure, copying, or distribution of this message, or the
taking of any action based on it, is strictly prohibited.
___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list


[Mono-list] Yum repository?

2004-03-07 Thread Paul
Hi,

Is there a yum repository for mono and if there is, what do I need to
add to /etc/yum.conf?

TTFN

Paul

-- 
Logic, my dear Zoe, is merely the ability to be wrong with authority
Dr Who


signature.asc
Description: This is a digitally signed message part


RE: [Mono-list] Debugging mono apps

2004-03-07 Thread Nick Berardi
You can use Trace inorder to do some simple debugging.  However, my favorite
way of debugging is just throwing an error where it is happening at.  With
writeline you have to worry about cleaning that up when you application is
complete.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Miguel de Icaza
Sent: Sunday, March 07, 2004 7:46 PM
To: David Mitchell
Cc: Mono
Subject: Re: [Mono-list] Debugging mono apps

Hello,

 I'm having difficulty debugging an ASP.Net application. I'm running on 
 Xsp on Mono 0.30.2. How should I go about debugging this? I've tried 
 using mdb but I can't set break points using this. I've also tried using 
 gdb but I am unsure of how to get gdb to break on my code.
 
 How do others debug their asp.net applications? Or, for that matter, 
 their plain .net applications running on mono?

Debugging ASP.NET is a bit challenging.  The Debugger is not integrated
in a way that would make this simple for users.

Your best bet is a lot of WriteLines for now.
___
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] Mono dailys fixed

2004-03-07 Thread Duncan Mak
Hello,

I finally fixed the daily builds. Make dist wasn't working.

Duncan.
___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list


[Mono-list] Remoting

2004-03-07 Thread Tomar
On a whim I decided to test out the Remoting Framework.  The good news
is that a simple TCP channel example worked well enough.  Even cross
platform: client-XP and server-Linux.  The HTTP client channel didn't
appear to work.

Who do I contact about helping filling out the Remoting Framework
functionality?  I poked around the web site but didn't find a maintainer
or lead.  Any hints would be appreciated.

Tom Larsen

-- 
Tomar [EMAIL PROTECTED]


signature.asc
Description: This is a digitally signed message part


RE: [Mono-list] Remoting

2004-03-07 Thread Urs Muff
Lluis Sanchez [EMAIL PROTECTED], provide some concrete test case (in code)
you your fix will be done in lightning speed!  He is excellent!

- Urs

-Original Message-
From: [EMAIL PROTECTED]
To: Mono
Sent: 3/7/2004 10:43 PM
Subject: [Mono-list] Remoting

On a whim I decided to test out the Remoting Framework.  The good news
is that a simple TCP channel example worked well enough.  Even cross
platform: client-XP and server-Linux.  The HTTP client channel didn't
appear to work.

Who do I contact about helping filling out the Remoting Framework
functionality?  I poked around the web site but didn't find a maintainer
or lead.  Any hints would be appreciated.

Tom Larsen

-- 
Tomar [EMAIL PROTECTED]
___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list