The problem is solved as there was another older version of iconv.dll in System32 directory. I copy-pasted iconv.dll from mono-30\lib\ to winnt\system32\ and that solved it. Thanks.
--- slamdunk pool <[EMAIL PROTECTED]> wrote: > Thank you, that solved the libglib-2.0.0.dll error > but > now I am getting a new error. When I run any of the > .bat file all gives the same error: > > "The procedure entry point > libiconv_set_Relocation_Prefix could not be located > in > the dynamic link library iconv.dll." > > Do I need to find a different version of iconv.dll? > This one is in mono-30/lib/ directory and its > version > is 1.9.0.0. > > Thanks > > --- "Francisco T. Martinez" > <[EMAIL PROTECTED]> > wrote: > > There are some batch files that the installation > > process puts on your > > systems %windir% directory: mono.bat, mcs.bat, > > sqlsharpgtk.bat, etc. > > > > These files simplify the invocation of the > compiler > > as well as the > > runtime by pre-configuring the process environment > > to point to the > > correct dependencies. > > > > I suggest you use those directly and/or open them > up > > to see how and what > > are they doing. > > > > Paco > > > > On Wed, 2004-03-17 at 06:00, slamdunk pool wrote: > > > Hi, > > > I downloaded mono-0.30-win32-2.exe and > > > mono-1.30-gtksharp-0.15-win32-1.exe setup files. > I > > > installed them in g:\app\mono\mono-30. > > > > > > When I double clicked on mono.exe, it gave error > > that > > > it cannot find msvcr70.dll which later I > > downloaded > > > from internet and put it in winnt/system32 > > directory. > > > Again I executed mono.exe and this time it > > complained > > > about not finding libglib-2.0.0.dll which I see > is > > > present in mono-30/lib/ directory. In windows > > system > > > environment variables I created variable > > > MONO_PATH=g:\app\mono\mono-30\lib but still > > problem > > > remains. I do not want to compile mono from > > sources. > > > > > > What am I missing here? Do I need to install > > Cygwin? > > > And also Microsoft .Net SDK? > > > > > > Thanks > > > > > > __________________________________ > > > Do you Yahoo!? > > > Yahoo! Mail - More reliable, more storage, less > > spam > > > http://mail.yahoo.com > > > _______________________________________________ > > > Mono-list maillist - > [EMAIL PROTECTED] > > > > http://lists.ximian.com/mailman/listinfo/mono-list > > > > > __________________________________ > Do you Yahoo!? > Yahoo! Mail - More reliable, more storage, less spam > http://mail.yahoo.com > _______________________________________________ > Mono-list maillist - [EMAIL PROTECTED] > http://lists.ximian.com/mailman/listinfo/mono-list __________________________________ Do you Yahoo!? Yahoo! Mail - More reliable, more storage, less spam http://mail.yahoo.com _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
