RE: Glib2

2002-12-04 Thread Gen Zhang
After re-libtoolize-ing the sources (to allow it to produce shared libs) the compilation is fine through glib and will produce libglib-2.0.la, but will complain about undefined references to things like '_g_free' and '_g_log' (which I presume is in libglib-2.0.la). I've attached the output from

RE: Glib2

2002-12-04 Thread Gen Zhang
I've tried. When compiling gobject the linker complains about various symbol not found. > -Original Message- > From: Max Bowsher [mailto:[EMAIL PROTECTED]] > Sent: 04 December 2002 16:55 > To: Gen Zhang; [EMAIL PROTECTED] > Subject: Re: Glib2 > > Gen Zhang

Glib2

2002-12-04 Thread Gen Zhang
Has anyone managed to compile glib 2.0.x on cygwin? Genneth --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.426 / Virus Database: 239 - Release Date: 02/12/2002 -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple

RE: How to schedule scripts

2002-11-06 Thread Gen Zhang
I'd recommend using the command of bash --login -c . This way, all the paths needed by perl, mailer, etc. are set up by the .profile as it would be. You're not opening this thing load of times per minute, so the performance shouldn't matter so much. Just my two pence. Genneth > -Original Mes

RE: seek help for libungif

2002-11-06 Thread Gen Zhang
* Does this have anything to do with cygwin? * What is your error messages? * What is your system configuration? * *Attach* a cygcheck. Genneth > Hello. Thank you for reading my letter. I'm a graduate student in the > Institute of High Energy Physics of Chinese Academy of Sciences. I want to > us

RE: scheduling jobs

2002-10-24 Thread Gen Zhang
I guess I phrased badly last time. To get all the paths automatically set up, add the '--login' switch on the bash command, so that you get 'bash --login -c '. The --login will cause bash to read ~/.profile before it starts. The NT version of cron is called 'AT'. I can't remember the exact syntax,

RE: scheduling jobs

2002-10-23 Thread Gen Zhang
> 1) can i use windows nt to access the bash job and how ... > I tried the following and got the following errors > > C:\jobs>e:\cygwin\bin\bash -c e:/cygwin/jobs/umassonline_log_rotate.sh > date: not found > date: not found > date: not found > cp: not found > date: not found > cp: not found > C:\

RE: [OT] RE: More broken under cygwin-1.3.13-2?

2002-10-22 Thread Gen Zhang
> > And to please the God that is C.F., try a snapshot. > > Hope this helps. > > Genneth > > [snip] > > Oh, God, another religion?! Anyone keeping count? I try my best to improve modern society... :D Genneth -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting:

RE: More broken under cygwin-1.3.13-2?

2002-10-22 Thread Gen Zhang
Search the archives. These have already been encountered. And to please the God that is C.F., try a snapshot. Hope this helps. Genneth > -Original Message- > From: Huang. [mailto:hzhr@;21cn.com] > Sent: 22 October 2002 02:05 > To: [EMAIL PROTECTED] > Subject: More broken under cygwin-1.

RE: aclocal wrapper fails because -x check fails (something to do with ntsec ?)

2002-10-21 Thread Gen Zhang
> I would experiment first with NT file permissions, but rather > embarassingly, I haven't been able to figure out how to get to > NT file permissions under XP (right-click properties doesn't > show a Security tab, and Advanced doesn't show any, and my > disk partition *is* NTFS). To allow use of

RE: Openssh client under X

2002-10-20 Thread Gen Zhang
Try 'ssh -X'. With all capitalisations. Hope that helps. Genneth. -Original Message- From: Jacob A [mailto:jacob@;minpost.nu] Sent: 20 October 2002 21:06 To: [EMAIL PROTECTED] Subject: Re: Openssh client under X Thanx for the input! I believe "ssh -x" is the default behaviour, but eve

RE: Installation

2002-10-19 Thread Gen Zhang
Which mirror?? -Original Message- From: Johnny Gunnar Carlsson [mailto:carlss@;fas.harvard.edu] Sent: 19 October 2002 16:54 To: [EMAIL PROTECTED] Subject: Installation Hello, In the cygwin installation program, none of the mirrors seems to work; after it tries to download SETUP.INI it j

RE: New files are being created as the wrong userid

2002-10-18 Thread Gen Zhang
Also strange is that exe's produced by gcc are not executable, but mode 666. My umask is set to 0002, but that doesn't seem to make any difference. chmod doesn't work, but I can change the permissions from the Windows properties dialog. -- Search for 'ntsec' in th