By the way, you might get more help on the Qt# mailing list, although obvious I read both.
Does Qt.dll exist in /usr/local/lib? Is your version of Mono configured to look in /usr/local/lib or just /usr/lib? If Mono is installed in the /usr prefix, I'm not sure whether it will look in /usr/local/lib by default. You can use the MONO_PATH to set where the runtime looks for libs. See the mono manpage. Marcus On Wednesday 07 July 2004 5:59 pm, Paul wrote: > Hi, > > I've compiled qt# from sourceforge and installed it into /usr/local/lib. > How do I link it to source code? > > mcs -r: Qt just gives that Qt can't be found. _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
