Re: side effects of Cygwin's maximum memory test

2005-05-03 Thread Jani Tiainen
Dave Korn kirjoitti: Original Message From: Jani Tiainen Sent: 03 May 2005 15:26 Dave Korn kirjoitti: On May 3 00:25, Utku Ozcan wrote: I *think* that the test below, which tests memory allocation limit of Cygwin *might* produce problems in Windows XP: http://sources.redhat.com/cygwin

Re: side effects of Cygwin's maximum memory test

2005-05-03 Thread Jani Tiainen
gh.. I get consistent 1536MB allocation. But some times maxmem freezes machine for a while... No leak detected.. Running Windows XP Pro SP 2 with AMD64, cygwin.dll 1.5.14-1 -- Jani Tiainen -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/pro

Re: setup alternatives (was Re: Bespoke installations: simple elegance of setup.exe when setup.ini is absent)

2005-05-03 Thread Jani Tiainen
Max Bowsher kirjoitti: Jani Tiainen wrote: Why to reinvent wheel..? You could use existing systems, like Debian package-system (deb), RPM-system like Fedora Core/RedHat, or Gentoo's Emerge. All working, proven technologies. Would you like to have a go at porting one of them to Windows,

Re: setup alternatives (was Re: Bespoke installations: simple elegance of setup.exe when setup.ini is absent)

2005-05-03 Thread Jani Tiainen
n "complete package" way. (For some reason or another), so you really are used to install "everything", or at least very large packages. You don't have such a finegrained control over installation as Linux distributions tend to have... -- Jani Tiainen -- Unsubscribe

Re: gcc 3.3.3, const symbols and shared libraries

2005-03-29 Thread Jani Tiainen
ndows platform. I don't think this applies to anywhere else). But until it GCC can do something like that, best way is to not to have "constant" variables that are not really constants in shared libraries. -- Jani Tiainen -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-s

Re: Compiling purely native (mingw) win32 apps under cygwin...

2005-03-27 Thread Jani Tiainen
h automake/autoconf. But still is there some special environment vars (like PKG_CONFIG_PATH) that I have to set to make things sure..? And of course I use Cygwin for ssh + xorg connectivity to my Linux server... -- Jani Tiainen -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-si

Compiling purely native (mingw) win32 apps under cygwin...

2005-03-27 Thread Jani Tiainen
exists cygwin uses only my own libs..? Thank you for answers, and Happy Easter to all of you who celebrates it. -- Jani Tiainen -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html

Re: installing cygwin (for C++)

2005-03-08 Thread Jani Tiainen
yet, Bloodshed Dev-C++ IDE, much easier to setup (specially latter) than Cygwin, but using these tools doesn't enable some functionalty found in *nix systems. Of course, if you need good POSIX/*nix thingies, or libraries commonly found under *nix systems, Cygwin is choice for you. --

Re: /dev/hda overwritten on local cygwin mirror

2005-02-01 Thread Jani Tiainen
happened] Since this really doesn't involve Cygwin in any other way than files are part of Cygwin, you're better to ask your question in some Linux spesific group about such a problem. -- Jani Tiainen -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports:

Re: customizing bash

2005-01-31 Thread Jani Tiainen
you really need basic files: cp /etc/skel/* ~ chown `echo $USER`: .bash_profile .bashrc .inputrc -- Jani Tiainen -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ

Re: Unable to properly execute a let statement from a shell script

2005-01-30 Thread Jani Tiainen
in new shell process in *nix style system) is a bit different from Windows/DOS batch files. -- Jani Tiainen -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ

Re: strange problems with cvs

2004-12-01 Thread Jani Tiainen
colouring, block wrapping and such. And best of all, works well with different line-endings. Of course there is some good alternatives in Cygwin distribution also... -- Jani Tiainen -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/proble

Re: strange problems with cvs

2004-12-01 Thread Jani Tiainen
nts) cygcheck output would do good here... -- Jani Tiainen -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/

Compile mingw32 code under cygwin

2004-11-26 Thread Jani Tiainen
I'm trying to compile some code natively under windoze by using mingw32 compilation. Problem is that I have same libraries for both worlds, Cygwin and mingw32. How I can tell in configure-phase that gcc can use libraries only from spesified location, like /target/lib and includes from /target/

libgnomeprint

2004-11-24 Thread Jani Tiainen
Apparently libgnomeprint doesn't support pdf-printing. Any chances to get it working? -- Jani Tiainen -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.htm

Re: Gnome libs and libresolv

2004-11-01 Thread Jani Tiainen
Igor Pechtchanski wrote: On Mon, 1 Nov 2004, Jani Tiainen wrote: I found out that many ported gnome libs are dependant to libresolv, unfortunately I was unable to find one.. Any hints where I could get that one for Cygwin? Can't fault you, as a package search for "libresolv" retur

Re: Gnome libs and libresolv

2004-11-01 Thread Jani Tiainen
Jani Tiainen wrote: Gerrit P. Haase wrote: Jani Tiainen wrote: I found out that many ported gnome libs are dependant to libresolv, unfortunately I was unable to find one.. Any hints where I could get that one for Cygwin? WE have the package minres, it includes all needed to replace libresolv

Re: Gnome libs and libresolv

2004-11-01 Thread Jani Tiainen
Gerrit P. Haase wrote: Jani Tiainen wrote: I found out that many ported gnome libs are dependant to libresolv, unfortunately I was unable to find one.. Any hints where I could get that one for Cygwin? WE have the package minres, it includes all needed to replace libresolv and also creates a

Gnome libs and libresolv

2004-11-01 Thread Jani Tiainen
I found out that many ported gnome libs are dependant to libresolv, unfortunately I was unable to find one.. Any hints where I could get that one for Cygwin? -- Jani Tiainen -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html

Re: Missing DocBook XML DTD

2004-10-28 Thread Jani Tiainen
Yaakov Selkowitz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jani Tiainen wrote: | I'm trying to compile app that uses docbook but even I installed all | necessary packages I end up having error while running 'configure': | | checking which XML catalog to use... /

Re: Missing DocBook XML DTD

2004-10-28 Thread Jani Tiainen
pts... Are packages installed improperly in wrong directory? And I was using latest packages available at ftp.funet.fi... -- Jani Tiainen -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com

Re: Missing DocBook XML DTD

2004-10-26 Thread Jani Tiainen
Jani Tiainen wrote: I'm trying to compile app that uses docbook but even I installed all necessary packages I end up having error while running 'configure': checking which XML catalog to use... /etc/xml/catalog checking for DocBook XML DTD... configure: error: not found. Make sur

Missing DocBook XML DTD

2004-10-26 Thread Jani Tiainen
und=$vers break fi done I found out some references to additional "buildcatalog" script, but is that needed or do I have to specify some environment variable or parameter for configure? -- Jani Tiainen -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Proble

Re: http://rateless.com/ GPL violation?

2004-10-22 Thread Jani Tiainen
look their "Rateless Public License", it violates licence of GPL that permits modifiction, selling etc. as far as sources are provided for further modifications. -- Jani Tiainen -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://c

Re: Distributing Cygwin-based software

2004-10-15 Thread Jani Tiainen
to Cygwin... Microsoft also offers "competitive" package, SFU that has, mainly libs for POSIX stuff. It doesn't contain all magnificent applications that Cygwin does, like X11 and SSH (which are great tools when used together.) But yes, that's OT. Yep. A perfect topi

Re: Distributing Cygwin-based software

2004-10-15 Thread Jani Tiainen
ource code please? Only if daemon is published (or distributed)... =) Until then, you'll have to wait. (GPL section 2) After distributing to "outside" you can have your copy. (http://www.gnu.org/licenses/gpl-faq.html#InternalDistribution) -- Jani Tiainen -- Unsubscribe info:

Re: Virtual (meta-) packages

2004-10-14 Thread Jani Tiainen
Christopher Faylor wrote: On Thu, Oct 14, 2004 at 09:08:04AM +0300, Jani Tiainen wrote: Could setup be extended (or even used in current form) to have virtual packages that could install some basic tools as a whole working combination, like X11 server? More or less like it is done in Debian (my

Virtual (meta-) packages

2004-10-13 Thread Jani Tiainen
found out that I've missing startup-scripts. It would be more convenient to have virtual package that installs "all" for that first time so you don't have to know what you're installing... It would be helpful. -- Jani Tiainen -- Unsubscribe info: http://cygwin.c

Re: Building plugin that is used from multiple executables

2004-10-06 Thread Jani Tiainen
s to plugin function, since windows libraries and applications doesn't allow unresolved symbols in linktime (so called backlinking issue)... -- Jani Tiainen -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Do

Re: (De)activating network connection

2004-10-06 Thread Jani Tiainen
nd play around with ? and help to get it down. At least I have this netsh.exe available in my win2k system.. Never heard about it before this but seems very nice tool indeed. -- Jani Tiainen -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http:/

Re: Request for a version/ revision/ release number for the whole Cygwin release/ distribution

2004-10-04 Thread Jani Tiainen
t;C and C++ development tools" and you get all needed stuff to build programs, maybe even in neat single download package. After that you could name installation package as "Cygwin Environment version 99.99" and refer people to download and use that specified package. Hmm

Re: Request for a version/ revision/ release number for the whole Cygwin release/ distribution

2004-10-03 Thread Jani tiainen
If you develop software for customers (or public audience), where are the sources for published software..? -- Jani Tiainen -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/

Re: cygwin compiled on Linux for Wiindows

2004-09-19 Thread Jani tiainen
3APA3A wrote: Dear Jani tiainen, --Sunday, September 19, 2004, 9:33:42 AM, you wrote to [EMAIL PROTECTED]: Jt> If you compile it under Cygwin _and_ link your app against _any_ GPL Jt> library (including cygwin1.dll in Windoze) your application license must Jt> be GPL. You still hold copy

Re: cygwin compiled on Linux for Wiindows

2004-09-19 Thread Jani tiainen
Bobby McNulty wrote: Jani tiainen wrote: Bobby McNulty Junior wrote: I'm build Cygwin on Linux. This will be transfered to Windows. In other other words, guys, I'm back to pragramming for Cygwin. Do I have to turn in a copyright assignment? i don't work for a company. I'm f

Re: cygwin compiled on Linux for Wiindows

2004-09-18 Thread Jani tiainen
es (like MySQL) that uses dual licensing, one which is GPL and one commercial. -- Jani Tiainen -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/

configure-script failure

2004-08-29 Thread Jani tiainen
uot; (or similiar). On second run with exactly same parameters it works. Any explanations for a such behavior? -- Jani Tiainen -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.ht

Re: convert .lib to .a

2004-08-26 Thread Jani tiainen
(DLL in terms of Windoze), with VC. Then you can export API calls to .def and create .a from there on. Well of course you can generate .def from VC compilation and then generate .a lib. But this applies only to shared libs. To my knowledge it's not possible to do this with static libs. -- Jani

Re: Gnome for cygwin

2004-08-26 Thread Jani tiainen
Colin JN Breame wrote: Is there a Gnome port (2.6) to cygwin? AFAIK no there isn't. Gnome 2.4 is partly ported to cygwim but there still exists problems. You can follow status of project at <http://cygnome2.sourceforge.net> -- Jani Tiainen -- Unsubscribe info: http://cy

Re: gnome-config NOT FOUND!!

2004-08-26 Thread Jani tiainen
or is it ever planned to be removed but it's usually safe to ignore it. -- Jani Tiainen -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/

Re: gnome-config NOT FOUND!!

2004-08-25 Thread Jani tiainen
ning. It's used as fallback in pkgconfig when pkgconfig can't find package you're trying to locate. First see that you have gtk+-2.0.pc file in /usr/lib/pkgconfig or usr/X11R6/lib/pkgconfig directory. If not, look do yoy have gtk*.dll.a files in /usr/lib or /usr/X11R6/lib if not yo

Re: GTK/pango etc.

2004-08-07 Thread Jani tiainen
ss, (if it's under 25 MB...) -- Jani Tiainen -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/

Re: GTK/pango etc.

2004-08-07 Thread Jani tiainen
can get a package out of this. Err... atleast it compiled okay with mine setup (I used 2.5.1) but I couldn't get pango 1.5.2 to compile, there were some errors in win32 backend. -- Jani Tiainen -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: ht

Re: GTK/pango etc.

2004-08-07 Thread Jani tiainen
Ken Dibble wrote: One starting point is http://gladewin32.sourceforge.net/ They say that they have GTK+ 2.44 runtime for windows both with and separate from libglade. regards, ken Jani tiainen wrote: Is there version that is not compiled against X11 libraries (so it uses native Windows

GTK/pango etc.

2004-08-07 Thread Jani tiainen
Is there version that is not compiled against X11 libraries (so it uses native Windows) available or do I have to compile GTK and such from source? Is there pointers where I find info about compiling non-X11 versions of GTK? -- Jani Tiainen -- Unsubscribe info: http://cygwin.com/ml

Re: Configure and missing install-sh

2004-07-31 Thread Jani tiainen
Jani tiainen wrote: Christopher Faylor wrote: On Sat, Jul 31, 2004 at 08:58:34PM +0300, Jani tiainen wrote: I tried googling around but couldn't really find reason (and solution) why configure script ends in error stating: $ ./configure configure: error: cannot find install-sh or install.

Re: Configure and missing install-sh

2004-07-31 Thread Jani tiainen
Christopher Faylor wrote: On Sat, Jul 31, 2004 at 08:58:34PM +0300, Jani tiainen wrote: I tried googling around but couldn't really find reason (and solution) why configure script ends in error stating: $ ./configure configure: error: cannot find install-sh or install.

Configure and missing install-sh

2004-07-31 Thread Jani tiainen
I tried googling around but couldn't really find reason (and solution) why configure script ends in error stating: $ ./configure configure: error: cannot find install-sh or install.sh in . ./.. ./../.. Something to check/set to get that working? -- Jani Tiainen -- Unsubscribe info:

Re: Install failure

2004-07-31 Thread Jani tiainen
Larry Hall wrote: At 12:56 PM 7/31/2004, you wrote: Robert McNulty Junior wrote: I get it too. X11 is not installed first. Try installing X11 first, then GTk2 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Jani tiainen Sent: Saturday, July 31, 2004 10:11 AM

Re: Install failure

2004-07-31 Thread Jani tiainen
Robert McNulty Junior wrote: I get it too. X11 is not installed first. Try installing X11 first, then GTk2 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Jani tiainen Sent: Saturday, July 31, 2004 10:11 AM To: Cygwin List Subject: Install failure I'm t

Install failure

2004-07-31 Thread Jani tiainen
I'm trying to install GTK2 from Cygwin net install, but I always endup having following error in /etc/postinstall/gtk2-x11.sh: gtk2-query-immodules-2.0.exe - Unable to Locate DLL The dyamix link library cygX11-6.dll could not be found in specified path... -- Jani Tiainen -- Unsubscribe

Re: Selecting packages in setup

2004-07-25 Thread Jani tiainen
Christopher Faylor wrote: On Sun, Jul 25, 2004 at 06:04:18PM +0300, Jani tiainen wrote: Recently I wanted to install Cygnome2 packages, and noticed that you can't install them simultaenously with rest of Cygwin - problem is that you can't really tell from packages which comes from wh

Selecting packages in setup

2004-07-25 Thread Jani tiainen
installed instead wanted Cygnome2 packages - and nothing really worked. It would be handy to see in selection from where package is going to be downloaded/installed it would ease up things a little bit. -- Jani Tiainen -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Probl

Re: DLLs and LoadLibrary

2004-07-22 Thread Jani tiainen
Vadim Berezniker wrote: Jani tiainen wrote: Vadim Berezniker wrote: I followed the FAQ and the various mailing list messages and was able to build a dll that I can load with LoadLibrary. The code inside the DLL makes calls to code in other libraries and for the most part this is okay. When I

Re: DLLs and LoadLibrary

2004-07-21 Thread Jani tiainen
calling those LoadLibrary calls? It's unsafe (and not really recommended) to call them in DllMain. -- Jani Tiainen -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.htm

Re: Building DLL

2004-07-11 Thread Jani tiainen
funcs or variables it's simpler to write .def by hand. -- Jani Tiainen -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/

Re: PERL and XML::Parser

2004-07-07 Thread Jani tiainen
Yaakov Selkowitz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jani tiainen wrote: | I'm trying to install XML::Parser to perl, but no success. For some | reason CPAN install fails with: | | | Anyone succeeded with this module? I have a binary package of XML::Parser 2.34 available at

Re: PERL and XML::Parser

2004-07-05 Thread Jani tiainen
Jani tiainen wrote: I'm trying to install XML::Parser to perl, but no success. For some reason CPAN install fails with: Well, found the reason: It appears that Visual Studio .NET environment variable "LIB" produced invalid output in Makefile. I also run into same problem (another

PERL and XML::Parser

2004-07-05 Thread Jani tiainen
this module? -- Jani Tiainen -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/

Re: Ctrl-Z fails to suspend Windows programs

2004-06-18 Thread Jani tiainen
has the console mode flag set. If not, it could do whatever the Cygwin 'run' program does to spin the program off, detached from the shell. That would be totally inconsistent how shells work. IMO, adding ampresand at end of command works as intended and is consistent how things work i

Re: Ctrl-Z fails to suspend Windows programs

2004-06-18 Thread Jani tiainen
mage format changes own hack needs to be updated, M$-solution still works. (Or doesn't...) -- Jani Tiainen -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/

Re: is ms internet explorer 5 a spambot?

2004-06-17 Thread Jani tiainen
ng that is sent to HTTP server. Shows up bad design - nothing more, nothing less. But I strongly suggest using Mozilla Firefox with tab and mouse gesture extensions (or Mozilla Suite if you prefer) instead of IE - you get much more out of web browsing.. And more or less important point - it&#

Re: Ctrl-Z fails to suspend Windows programs

2004-06-17 Thread Jani tiainen
itten GUI frontend for application that did both, used stdio to communicate with user but showed a GUI also. -- Jani Tiainen -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/

Re: License issue

2004-06-16 Thread Jani tiainen
t should answer to most of questions. -- Jani Tiainen -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/

Re: Ctrl-Z fails to suspend Windows programs

2004-06-15 Thread Jani tiainen
Christopher Faylor wrote: On Tue, Jun 15, 2004 at 03:37:05PM +0300, Jani tiainen wrote: Christopher Faylor wrote: On Tue, Jun 15, 2004 at 09:58:16AM +0100, John Cooper wrote: Is it a known limitation that "native" Windows programs cannot be suspended? Yes. Window programs do not underst

Re: Ctrl-Z fails to suspend Windows programs

2004-06-15 Thread Jani tiainen
ed/resumed but not by cygwin (or shell that is running and waiting finishing of active process). It could be done in such a way that it could be possible, but it would need propably need native windows stuff in shell(s) in question. -- Jani Tiainen -- Unsubscribe info: http://cygwin.com/ml/#u

Re: installing cygwin on private lan

2004-06-14 Thread Jani tiainen
Jani tiainen wrote: [EMAIL PROTECTED] wrote: [Snip] So is there a Linux version of setup.exe and if not, how do I populate the Linux filesystem from which the DOS box will install Cygwin? Cygwin needs still Windows environment, not DOS environment. And for Linux and Windows co-operation you

Re: installing cygwin on private lan

2004-06-13 Thread Jani tiainen
on Linux side). For further information refer Linux documentation about Samba server, and accessing network shares for Windows machine. -- Jani Tiainen -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation

Re: nice not setting above/below normal

2004-06-13 Thread Jani tiainen
n-us/dllproc/base/scheduling_priorities.asp> -- Jani Tiainen -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/

Re: nice not setting above/below normal

2004-06-11 Thread Jani tiainen
x27;t exists in Win 95, 98, ME or NT4. -- Jani Tiainen -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/

Re: g++ libcygwin.a has an undefined reference

2004-05-18 Thread Jani tiainen
Please, avoid top postings, this is hard to reply... Christian Rudiger wrote: Hello Al, thank you, it worked. i putted one at the end of the program just writing : }; // end of class int main(){} why does that work? I think thats strange. Strange? Every program needs starting point. For standard C(

Re: [OT] Email address. Re: i want to re-download all packages... how?

2004-04-23 Thread Jani tiainen
Jani tiainen wrote: Yitzchak Scott-Thoennes wrote: So do it once that way to get the installed packages and then run it again to get the uninstalled packages. On Thu, Apr 22, 2004 at 05:43:21PM +0200, electa wrote: it selects only my installed packs, but not the other. i want all for my

[OT] Email address. Re: i want to re-download all packages... how?

2004-04-23 Thread Jani tiainen
Yitzchak Scott-Thoennes wrote: So do it once that way to get the installed packages and then run it again to get the uninstalled packages. On Thu, Apr 22, 2004 at 05:43:21PM +0200, electa wrote: it selects only my installed packs, but not the other. i want all for my cygwin-CD! "Yitzchak Scott-T

Re: .logout files?

2004-04-19 Thread Jani tiainen
Larry Hall wrote: At 02:43 PM 4/17/2004, you wrote: On Sat, Apr 17, 2004 at 11:03:00AM -0700, Karl M wrote: On Sat, Apr 17, 2004 at 09:17:16AM +0200, Corinna Vinschen wrote: On Apr 16 21:35, Christopher Spears wrote: Hi! I can't seem to find a .logout file. I found The reason might be that th

Re: Will using cygwin help with back-linking?

2004-04-07 Thread Jani tiainen
Christopher Faylor wrote: On Wed, Apr 07, 2004 at 08:33:19AM +0300, Jani tiainen wrote: And bad news is: libtool can't handle this (at least not to my knowledge). Because this is strictly windoze specific, this is also a offtopic of this mailinglist.. I wouldn't call it off-topi

Re: i am newbie anybody help me installation

2004-04-07 Thread Jani tiainen
gwin port of kde and gnome libraries are under work) and of course programs have to be written in portable way (backlinking problem is excellent example things that works in linux but not in cygwin). Otherwise g++ compiler in cygwin, and Linux works "same way" because both

Re: Will using cygwin help with back-linking?

2004-04-06 Thread Jani tiainen
sources.redhat.com/ml/cygwin/2003-12/msg01071.html> And bad news is: libtool can't handle this (at least not to my knowledge). Because this is strictly windoze specific, this is also a offtopic of this mailinglist.. -- Jani Tiainen -- Unsubscribe info: http://cygwin.com/ml/#unsubs

Re: Cygwin under Wine?

2004-03-26 Thread Jani tiainen
, but doesn't run well or at all under wine. Another thing is issues that might arise under real windows environment that doesn't exists under wine (like windows file locking, permissions and such.) -- Jani Tiainen "Bureaucrats! Official complaint is like trying to get drunk

[OT] FAT32 vs NTFS

2004-03-24 Thread Jani tiainen
Omnibook) came with preinstalled W2k, and there is really FAT32 enabled, not NTFS... Only reason to use FAT32 is to preserve few bytes of memory or let disk data be accessible from some other system than NT/W2k/XP. But for performance reasons it would really be reasonable to use ntfs... -- Jani Tiainen

Re: XEmacs and hot laptops

2004-02-29 Thread Jani tiainen
it get's hot, specially from under (Yes, you can burn your balls if your not careful =) Force lower clockspeed. Can be done on Intel speedstep, or AMD's equivalent thingy. Of course, things takes twice as longer, but hey, no more heat. Laptops are designed to run on higher

Re: Cygwin Mailing list

2004-02-17 Thread Jani Tiainen
uot;) to send it just to the author of the mail in question? Well, it's not anything about authority, just basic manners when dealing... Hmm, you could say "customer support" here... -- Jani Tiainen -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Prob

Re: Windows Services for UNIX 3.5 now Free

2004-02-17 Thread Jani Tiainen
, some wine and other liquors.). Well that's real "freedom". Now SFU is free (to use), but for other aspects, I don't know, and really I don't care. Only thing I've been really missing is working NFS client for Windoze, then I'm happy. Cygwin does all the other dirt

Re: Problem with DLLs and processes

2004-01-27 Thread Jani Tiainen
Przemyslaw Sliwa wrote: Woww, It seems it is much more complicated than just the simple STATIC option in GCC under Linux. But there must be a way to link the executable with the dlls. Like in Linux. There really isn't way. There is some ways to get around it, like bundling that DLL inside a

Re: undefined symbols in dlls?

2004-01-22 Thread Jani Tiainen
started by me and "DLL vs. shared object linking behavior" started by Karl Robillard. - Jani Tiainen -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/

Re: DLL vs. shared object linking behavior

2004-01-04 Thread Jani Tiainen
bols", there is some information that got me through. Jani Tiainen -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/

Re: DLL and external symbols

2003-12-31 Thread Jani Tiainen
Jani Tiainen wrote: Larry Hall wrote: At 04:35 PM 12/30/2003, Jani Tiainen you wrote: Hi, I'm sure that this has been answered several times, but I'll ask again because couldn't find any solution by myself. I would like to build DLL (or any other sort of library) that refe

Re: DLL and external symbols

2003-12-30 Thread Jani Tiainen
Larry Hall wrote: At 04:35 PM 12/30/2003, Jani Tiainen you wrote: Hi, I'm sure that this has been answered several times, but I'll ask again because couldn't find any solution by myself. I would like to build DLL (or any other sort of library) that refers to external symbols in m

DLL and external symbols

2003-12-30 Thread Jani Tiainen
Hi, I'm sure that this has been answered several times, but I'll ask again because couldn't find any solution by myself. I would like to build DLL (or any other sort of library) that refers to external symbols in main application. So far I have been able to build non-working constructs. =) Le