<html>
<body>
I just installed (unpacked really) the kde-3.1.4-gcc3 and qt3 files as
described in an earlier message
(<a href="http://lists.kde.org/?l=kde-cygwin&amp;m=107458605807939&amp;w=2" eudora="autourl">http://lists.kde.org/?l=kde-cygwin&amp;m=107458605807939&amp;w=2</a>).&nbsp;
This fixes the problem I was getting when running compiled QT
applications (&quot;The procedure entry point _Z...&quot;).<br>
&nbsp; <br><br>
However, now I get a new type of error.&nbsp; This occurs both when I
start KDE under cygwin (using startx) and when I try to run the compiled
application.&nbsp; KDE starts eventually, but it's the application that I
need to run...<br><br>
The error is (and these are just the last three from startx):<br><br>
KDEINIT_KIO_EXEC<br>
Could not load library! Trying exec....<br>
1<br>
&nbsp; Major opcode:&nbsp; 149<br>
&nbsp; Minor opcode:&nbsp; 4<br>
&nbsp; Resource id:&nbsp; 0x36<br>
kdeinit: Got EXEC_NEW 'kwrite' from launcher.<br>
KDEINIT_KIO_EXEC<br>
Could not load library! Trying exec....<br>
X Error: BadRequest (invalid request code or no such operation) 1<br>
&nbsp; Major opcode:&nbsp; 149<br>
&nbsp; Minor opcode:&nbsp; 4<br>
&nbsp; Resource id:&nbsp; 0x36<br>
kdeinit: PID 1892 terminated.<br>
kdeinit: Got EXEC_NEW 'ktip' from launcher.<br>
KDEINIT_KIO_EXEC<br>
library=ktip.la: No file names ktip.la found in paths.<br>
Could not load library! Trying exec....<br>
X Error: BadRequest (invalid request code or no such operation) 1<br>
&nbsp; Major opcode:&nbsp; 149<br>
&nbsp; Minor opcode:&nbsp; 4<br>
&nbsp; Resource id:&nbsp; 0x36<br>
kdeinit: PID 3724 terminated.<br><br>
<br>
$LD_LIBRARY_PATH and $LTDL_LIBRARY_PATH contain only references to
/opt/kde and /opt/qt3 directories.<br><br>
I should note that I have not been able to run the later commands in the
previous email.<br><br>
<blockquote type=cite class=cite cite><pre>1. Please download 
<a href="http://kde-cygwin.sf.net/snapshots/kde-cygwin-admin-patch-3.1.4.tar.bz2">http://kde-cygwin.sf.net/snapshots/kde-cygwin-admin-patch-3.1.4.tar.bz2</a>
and 
unpack in your package root dir. 
2. run make -f Makefile.cvs 
3. run 
/configure --prefix=/opt/kde3 \ 
&nbsp;&nbsp;&nbsp; --disable-closure --disable-rpath \
&nbsp;&nbsp;&nbsp; --with-qt-dir=/opt/qt3
make 
make install 

</blockquote>

Any ideas?

</body>
</html>