Re: vpath search failures in Clearcase when files do actually exist

2004-11-11 Thread Reini Urban
Pierre A. Humblet schrieb: On Wed, Nov 10, 2004 at 01:09:47PM -0500, Christopher Faylor wrote: On Wed, Nov 10, 2004 at 12:47:26PM -0500, Pierre A. Humblet wrote: On Tue, Nov 09, 2004 at 07:51:23PM -0500, Christopher Faylor wrote: On Tue, Nov 09, 2004 at 07:21:00PM -0500, Jeremy Broughton wrote: Cyg

Re: What to do when setup fails?

2004-11-11 Thread Reini Urban
Luke Kendall schrieb: On 11 Nov, luke wrote: By the time it had crashed with the above panel, Task Manager was showing setup of using only 10MB of memory. Yet as soon as I clicked on OK for the runtime error, the pages were very quickly handed back to the system and it returned to about 100MB o

Re: library `/usr/lib/libncurses.la' was moved.

2004-11-11 Thread Reini Urban
Gerrit P. Haase schrieb: Getting this warning: libtool: link: warning: library `/usr/lib/libncurses.la' was moved. $ cat /usr/lib/libncurses.la [...] # Directory that this library needs to be installed in: libdir='/usr/src/ncurses/ncurses-5.4/.inst/usr/lib' We should really add some kind of .la tes

Re: rlogind vs. smb

2004-11-11 Thread Yuval Kogman
On Wed, Nov 10, 2004 at 11:02:40AM -0500, Igor Pechtchanski wrote: > > 1. does anybody know why rlogind doesn't like SMB shares? > > , or see > /usr/share/doc/Cygwin/inetutils-1.3.2.README I think this is my problem... It sure sounds like

RE: stack overflow in cygwin_nt-5.0

2004-11-11 Thread Dave Korn
> -Original Message- > From: cygwin-owner On Behalf Of Marcel Telka > Sent: 10 November 2004 20:42 > To: cygwin > Subject: Re: stack overflow in cygwin_nt-5.0 > > >Don't declare huge data structures on the stack. > > I have to use large matrices (even larger) in my application. > > So, ho

if construct doesn't work in makefile

2004-11-11 Thread Prasad, Kanuparthi
Hi, In my make file I am trying to check whether a directory exists or not then set a path differently if doesn't exist. I am using cygwin installed on windows 2000. The if construct I have is as follows. if test [-dc:/tools]; then DRIVE = c:/tools; else DRIVE = c:/altTools; fi pls help

howto register process

2004-11-11 Thread Kamen TOMOV
Hi, I have an application that is created to work on Unix but it is supposed to run on Windows as well. The problem is that we have a daemon that spawns a few children and later it needs to kill them. The parent process is supposed to communicate with its children by signals and to eventually term

RE: if construct doesn't work in makefile

2004-11-11 Thread Morche Matthias
[EMAIL PROTECTED] wrote: > Hi, > > In my make file I am trying to check whether a directory exists or > not then set a path differently if doesn't exist. > I am using cygwin installed on windows 2000. > The if construct I have is as follows. > > if test [-dc:/tools]; then DRIVE = c:/tools

Re: library `/usr/lib/libncurses.la' was moved.

2004-11-11 Thread Gerrit P. Haase
Reini Urban wrote: Gerrit P. Haase schrieb: Getting this warning: libtool: link: warning: library `/usr/lib/libncurses.la' was moved. $ cat /usr/lib/libncurses.la [...] # Directory that this library needs to be installed in: libdir='/usr/src/ncurses/ncurses-5.4/.inst/usr/lib' We should really add

Re: if construct doesn't work in makefile

2004-11-11 Thread Gerrit P. Haase
Prasad, Kanuparthi wrote: Hi, In my make file I am trying to check whether a directory exists or not then set a path differently if doesn't exist. I am using cygwin installed on windows 2000. The if construct I have is as follows. if test [-dc:/tools]; then DRIVE = c:/tools; else DRIVE = c:

Re: looking for an arm9 cross-compiler

2004-11-11 Thread Larry Hall
At 05:20 AM 11/10/2004, you wrote: >Hi, >I used to work with Linux and I'm trying Cygwin. Does anyone know if there's an >existing cross compiler for arm9 package? I could not find it in the package >list. Otherwise, what is the solution? Do I have to compile an arm-gcc with the >cygwin library?

RE: if construct doesn't work in makefile

2004-11-11 Thread Dave Korn
> -Original Message- > From: cygwin-owner On Behalf Of Gerrit P. Haase > Sent: 11 November 2004 11:32 > Prasad, Kanuparthi wrote: > > Hi, > > > > In my make file I am trying to check whether a directory > exists or not > > then set a path differently if doesn't exist. > > I am using

Re: [ANNOUNCEMENT] Updated: docbook-xml42-4.2-3

2004-11-11 Thread Patrick Eisenacher
Marcel Telka schrieb: I've updated the docbook-xml42 package to version 4.2-3. docbook-xml42 package contains Docbook XML DTD version 4.2 as published by OASIS. Changes since 4.2-2: - Added Public Identifier association with an URI into /etc/xml/catalog. - Moved DTD files to /usr/share/xml/docbook/

RE: if construct doesn't work in makefile

2004-11-11 Thread Dave Korn
> -Original Message- > From: cygwin-owner On Behalf Of Morche Matthias > Sent: 11 November 2004 12:22 > cygwin-ownerOOOPScygwinBADOIN!com wrote: Matthias, http://cygwin.com/acronyms#PCYMTNQREAIYR, thanks! > > In my make file I am trying to check whether a directory exists or > >

Re: library `/usr/lib/libncurses.la' was moved.

2004-11-11 Thread Reini Urban
Gerrit P. Haase schrieb: Reini Urban wrote: Gerrit P. Haase schrieb: Getting this warning: libtool: link: warning: library `/usr/lib/libncurses.la' was moved. $ cat /usr/lib/libncurses.la [...] # Directory that this library needs to be installed in: libdir='/usr/src/ncurses/ncurses-5.4/.inst/usr/li

RE: howto register process

2004-11-11 Thread Dave Korn
> -Original Message- > From: cygwin-owner On Behalf Of Kamen TOMOV > Sent: 11 November 2004 11:01 > To: cygwin > Subject: howto register process > > Hi, > > I have an application that is created to work on Unix but it is > supposed to run on Windows as well. The problem is that we have a

RE: looking for an arm9 cross-compiler

2004-11-11 Thread Dave Korn
> -Original Message- > From: cygwin-owner On Behalf Of Larry Hall > Sent: 11 November 2004 12:44 > >Hi, > >I used to work with Linux and I'm trying Cygwin. Does anyone > know if there's an > >existing cross compiler for arm9 package? I could not find > it in the package > >list. Otherwis

Re: Creating superuser (root) in Cygwin

2004-11-11 Thread Olumide
Ok, ok. Those who know more than I do. Today. I'm trying to compile and install kalarm, which I have downloaded and decompressed. Now the instructions go as follows: cd kalarm-1.1.6 ./configure make [ Log in as root ] <- !!! HOW !!! cd /path/kalarm-1.1.6 make install My quest

RE: if construct doesn't work in makefile

2004-11-11 Thread Dave Korn
> -Original Message- > From: cygwin-owner On Behalf Of Prasad, Kanuparthi > Sent: 11 November 2004 11:16 > In my make file I am trying to check whether a directory > exists or not > then set a path differently if doesn't exist. > I am using cygwin installed on windows 2000. > The if

RE: Creating superuser (root) in Cygwin

2004-11-11 Thread Dave Korn
> -Original Message- > From: cygwin-owner On Behalf Of Olumide > Sent: 11 November 2004 13:23 > Ok, ok. Those who know more than I do. Today. I'm trying to > compile and > install kalarm, which I have downloaded and decompressed. Now the > instructions go as follows: > > cd kalarm-

RE: if construct doesn't work in makefile

2004-11-11 Thread Prasad, Kanuparthi
Hi, I tried, but it doesn't work. I tried using cygwin syntax to access drives. but invain. Also I tried by typing this script at the prompt. but it doesn't work the way it is expected. Should I need to execute it in a separate shell, if so, how is it done. Thanks & Regards, sitaram -Orig

stderr and clearmake

2004-11-11 Thread Aaron Conole
Hello, I'm using clearmake, and the Metaware C++ compiler (don't ask...I don't like metaware either) and whenever I execute a clearmake from within cygwin, I don't have any stderr output. This was first discovered while I was in an Xterm, and didn't affect the main window. However, recently, fo

Re: if construct doesn't work in makefile

2004-11-11 Thread Gerrit P. Haase
Prasad, Kanuparthi wrote: Hi, I tried, but it doesn't work. I tried using cygwin syntax to access drives. but invain. Also I tried by typing this script at the prompt. but it doesn't work the way it is expected. Should I need to execute it in a separate shell, if so, how is it done. A snippet f

RE: if construct doesn't work in makefile

2004-11-11 Thread Jörg Schaible
Gerrit P. Haase wrote on Thursday, November 11, 2004 3:13 PM: [snip] > A snippet from the Makefile you're using would help, please > see also the > other postings with more tipps -> http://cygwin.com/ml/cygwin/2004-11/ ... or older: http://www.cygwin.com/ml/cygwin/2000-06/msg01318.html - Jörg

[ANNOUNCEMENT] New Package: mathomatic-11.5-1

2004-11-11 Thread Reini Urban
I've made a new package available on sourceware: mathomatic See http://www.mathomatic.com Mathomatic is a highly portable, general purpose symbolic math program that can solve, simplify, combine, differentiate, integrate, and compare algebraic equations. It can do standard, complex number, and pol

Re: stderr and clearmake

2004-11-11 Thread Christopher Faylor
On Thu, Nov 11, 2004 at 09:08:04AM -0500, Aaron Conole wrote: >Hello, I'm using clearmake, and the Metaware C++ compiler (don't ask...I >don't like metaware either) and whenever I execute a clearmake from >within cygwin, I don't have any stderr output. This was first discovered >while I was in a

RE: stderr and clearmake

2004-11-11 Thread Dave Korn
> -Original Message- > From: cygwin-owner On Behalf Of Aaron Conole > Sent: 11 November 2004 14:08 > I've written a program to print out a message on stdout and then on > stderr. The output is as follows: > [EMAIL PROTECTED] ~ > > $ ./stderr-test.exe > This is

Re: vpath search failures in Clearcase when files do actually exist

2004-11-11 Thread Pierre A. Humblet
On Thu, Nov 11, 2004 at 09:33:21AM +0100, Reini Urban wrote: > > BTW: Can someone provide testcode to identify if the current drive as > MVFS please. At least I think that a clearcase view is mounted as > driveletter. > Does it show up as GetLogicalDrives()? (should so) > In detail, what does Get

[ANNOUNCEMENT] Updated: cygwin-1.5.11-1

2004-11-11 Thread Christopher Faylor
I've made a new version of the Cygwin DLL and associated utilities available for download. As usual, a list of what has changed is below. To update your installation, click on the "Install Cygwin now" link on the http://cygwin.com/ web page. This downloads setup.exe to your system. Then, run se

[ANNOUNCEMENT] Re: Updated: cygwin-1.5.*12*-1

2004-11-11 Thread Christopher Faylor
Sorry. That previous announcement was obviously for cygwin-1.5.12-1 *not* the already-released cygwin-1.5.11-1. cgf -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ:

RE: looking for an arm9 cross-compiler

2004-11-11 Thread Williams, Gerald S \(Jerry\)
I've had some luck with the ECOS version. You can find it at http://sources.redhat.com/ecos/ -Jerry -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: h

Re: Squid Patch for Cygwin 1.5

2004-11-11 Thread Ngai Mo
I'd like to take the compile option. However, don't know which file and line to modify. Can you elaborate more ? Ngai Mo -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html

RE: stderr and clearmake

2004-11-11 Thread Dave Korn
> -Original Message- > From: Aaron Conole > Sent: 11 November 2004 15:17 > To: Dave Korn > Subject: Re: stderr and clearmake :) Aaron, let's keep this on the mailing list, I charge extortionate rates for private consultancy, and anyway, 1) there are a lot more people able to help and of

/cygdrive command line completion?

2004-11-11 Thread Raye Raskin
Is this a FAQ? Can't find it. How do I get /cygdrive to auto-complete on the command line? -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygw

RE: /cygdrive command line completion?

2004-11-11 Thread Dave Korn
> -Original Message- > From: cygwin-owner On Behalf Of Raye Raskin > Sent: 11 November 2004 17:08 > Is this a FAQ? Can't find it. > > How do I get /cygdrive to auto-complete on the command line? mkdir /cygdrive WFM, anyway. cheers, DaveK -- Can't think of a witty .sigli

Re: stderr and clearmake

2004-11-11 Thread Christopher Faylor
On Thu, Nov 11, 2004 at 05:02:40PM -, Dave Korn wrote: >2) if I make any mistakes or offer bad advice someone will pull me on it >fairly sharpish, > > I don't think you have any right to expect that. IIRC, there are _zero_ >guarantees provided by the C language standard and the C stdio librar

Re: /cygdrive command line completion?

2004-11-11 Thread Christopher Faylor
On Thu, Nov 11, 2004 at 05:10:50PM -, Dave Korn wrote: >> -Original Message- >> From: cygwin-owner On Behalf Of Raye Raskin >> Sent: 11 November 2004 17:08 > >> Is this a FAQ? Can't find it. >> >> How do I get /cygdrive to auto-complete on the command line? > > >mkdir /cygdrive > >WFM

RE: /cygdrive command line completion?

2004-11-11 Thread Dave Korn
> -Original Message- > From: cygwin-owner On Behalf Of Christopher Faylor > Sent: 11 November 2004 17:18 > On Thu, Nov 11, 2004 at 05:10:50PM -, Dave Korn wrote: > >> -Original Message- > >> From: cygwin-owner On Behalf Of Raye Raskin > >> Sent: 11 November 2004 17:08 > > > >>

Re: /cygdrive command line completion?

2004-11-11 Thread Raye Raskin
>> Is this a FAQ? Can't find it. >> >> How do I get /cygdrive to auto-complete on the command line? > > >mkdir /cygdrive > >WFM, anyway. WFM, too. Thanks. If you type ls /cygdrive/ it should just work without creating the directory. Ha! The whole point was to avoid having to type /cygdrive !

RE: if construct doesn't work in makefile

2004-11-11 Thread Bob Byrnes
> > if test [-dc:/tools]; then ... > > ... in fact test seems to be happy with no spaces around the square > brackets. I think it may be only if you want to use the implicit form > of test that the brackets need to be separated with spaces from the test > inside them, so that bash spots them as

Re: vpath search failures in Clearcase when files do actually exist

2004-11-11 Thread Reini Urban
Pierre A. Humblet schrieb: On Thu, Nov 11, 2004 at 09:33:21AM +0100, Reini Urban wrote: BTW: Can someone provide testcode to identify if the current drive as MVFS please. At least I think that a clearcase view is mounted as driveletter. Does it show up as GetLogicalDrives()? (should so) In detail

Re: howto register process

2004-11-11 Thread Kamen TOMOV
On Thu, Nov 11 2004, Dave Korn wrote: > > From: cygwin-owner On Behalf Of Kamen TOMOV > > Sent: 11 November 2004 11:01 > > To: cygwin > > Subject: howto register process > > > > Hi, > > > > I have an application that is created to work on Unix but it is > > supposed to run on Windows as well. Th

Re: howto register process

2004-11-11 Thread Christopher Faylor
On Thu, Nov 11, 2004 at 08:24:30PM +0200, Kamen TOMOV wrote: >Thanks Dave. The thing is that the child processes get forked with a >fork() invocation. What's more not only the child pids are invisible >to cygwin, but also their parent is invisible. That is why I'm >wondering isn't there a way to ma

Re: howto register process

2004-11-11 Thread Kamen TOMOV
On Thu, Nov 11 2004, Christopher Faylor wrote: > On Thu, Nov 11, 2004 at 08:24:30PM +0200, Kamen TOMOV wrote: > >Thanks Dave. The thing is that the child processes get forked with > >a fork() invocation. What's more not only the child pids are > >invisible to cygwin, but also their parent is invis

RE: howto register process

2004-11-11 Thread Dave Korn
> -Original Message- > From: cygwin-owner On Behalf Of Kamen TOMOV > Sent: 11 November 2004 18:37 > The parent process is started as a windows server. Then it executes > cygwin's fork. When I try to kill any of these with kill() it returns > "No such pid". Does your username have suffic

Re: Can I launch a graphical windows app from within a cygwin ssh session

2004-11-11 Thread Mark Stuhr
[EMAIL PROTECTED] on Wednesday, November 03, 2004 at 1:04 PM -0800 wrote: > "cygstart progname" from your ssh >session. Works like a charm. Thanks much. Mark Stuhr Director of Inf. Tech. Nolo [EMAIL PROTECTED] -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports:

Oracle, ProC and cygwin - troubles

2004-11-11 Thread Ole og Louise
Hi all, We are using Cygwin (1.5.11) in the process of porting an Unix-based application to Windows 2000/XP. The application is based on Oracle DB (version 10.1.0), and the database is accessed through Embedded SQL (using the ProC precompiler). So far we have a small test application compiled al

Cygwin pipe problem with XP SP2 and unison (and other native windows programs)

2004-11-11 Thread Karl M
Hi All... I justried reverting to an earlier cygwin1.dll on an XP SP2 machine (no longer available in setup) to resolve the pipe problem. When I start a bash window, I get an error message that _impure_ptr can not be found. So I rolled forward again. How do I build the dll without the problemati

RE: howto register process

2004-11-11 Thread Dave Korn
> -Original Message- > From: kamen On Behalf Of Kamen TOMOV > Sent: 11 November 2004 19:06 > To: Dave Korn Don't know if you just forgot to send this reply to the list as well as to me, but see the first paragraph of http://www.cygwin.com/ml/cygwin/2004-11/msg00424.html for a list of re

Re: [ANNOUNCEMENT] Updated: docbook-xml42-4.2-3

2004-11-11 Thread Marcel Telka
Hi Patrick. On Thu, Nov 11, 2004 at 02:06:42PM +0100, Patrick Eisenacher wrote: > Marcel Telka schrieb: > > >I've updated the docbook-xml42 package to version 4.2-3. > > > >docbook-xml42 package contains Docbook XML DTD version 4.2 as published > >by OASIS. > > > >Changes since 4.2-2: > >- Added

Re: howto register process

2004-11-11 Thread Christopher Faylor
On Thu, Nov 11, 2004 at 08:05:07PM -, Dave Korn wrote: >>kill() prints int STDERR the error message - it is not returned by it. > >That strikes me as very very wrong indeed for a library function. A >quick scan through signal.cc doesn't seem to show anything in kill, >kill0, or kill_worker, th

Re: stderr and clearmake

2004-11-11 Thread Igor Pechtchanski
On Thu, 11 Nov 2004, Aaron Conole wrote: > Hello, I'm using clearmake, and the Metaware C++ compiler (don't ask...I don't > like metaware either) and whenever I execute a clearmake from within cygwin, I > don't have any stderr output. This was first discovered while I was in an > Xterm, and didn't

Re: [ANNOUNCEMENT] Updated: cygwin-1.5.12-1

2004-11-11 Thread Igor Pechtchanski
Gack. Subject change. Igor On Thu, 11 Nov 2004, Christopher Faylor wrote: > I've made a new version of the Cygwin DLL and associated utilities > available for download. As usual, a list of what has changed is below. > > To update your installation, click on the "Install Cygwin now" link

Re: library `/usr/lib/libncurses.la' was moved.

2004-11-11 Thread Charles Wilson
Gerrit P. Haase wrote: Hi, Getting this warning: libtool: link: warning: library `/usr/lib/libncurses.la' was moved. $ cat /usr/lib/libncurses.la [...] # Directory that this library needs to be installed in: libdir='/usr/src/ncurses/ncurses-5.4/.inst/usr/lib' Hmmsorry I missed that. ncurses is

Problem with setup

2004-11-11 Thread Bobby McNulty
Guys, theres a major problem with setup. According to the error I just got, setup is not closing any of its files after writing them. I finally got past xorg, and got up to update_info. I'll rerun setup to get a cygcheck. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem

Re: install cygwin freezes at x11-fsrv README

2004-11-11 Thread Steve Wickert
On Sat, 6 Nov 2004, Roboco Sanchez wrote: > I can confirm this problem. Running setup from setup archive > downloaded from ftp.mirror.ac.uk and selecting install everything > caused freezing at xorg-x11-nest-6.8.1.0-1 (97%) with the msg "Cannot > open log file C:\cygwin/var/log/setup.log for writi

Re: howto register process

2004-11-11 Thread Brian Dessent
Kamen TOMOV wrote: > The parent process is started as a windows server. Then it executes > cygwin's fork. When I try to kill any of these with kill() it returns > "No such pid". Are you sure you're not confusing Cygwin PIDs with Win32 PIDs? In order to make the fork() magic work, Cygwin maintain

My cygcheck

2004-11-11 Thread Bobby McNulty
Here it is. The cygcheck. cant open package database for writing, too many files open. Its _update_info_dir-00230-1 /usr/share/doc/Cygwin/xmlto-0.0.18.README This is all the detail i know. It won't get past this point now. Fresh Windows XP Pro With service pack #2. Its none of the software I'm usi

updating to latest cygwin broke X

2004-11-11 Thread Stephen More
I have been running cygwin with xorg 6.7.0 and it has been flawless. Tonight I updated cygwin with all the latest packages. The update displayed error: "mfw.exe Unable to Locate DLL". But at the end it said it completed successfully. So I tried startxwin.bat... failed could not find XWin. So I manu

Re: Problem with setup

2004-11-11 Thread Christopher Faylor
On Thu, Nov 11, 2004 at 05:26:34PM -0600, Bobby McNulty wrote: >Guys, theres a major problem with setup. >According to the error I just got, setup is not >closing any of its files after writing them. >I finally got past xorg, and got up to update_info. >I'll rerun setup to get a cygcheck. So, does

Re: updating to latest cygwin broke X

2004-11-11 Thread Christopher Faylor
On Thu, Nov 11, 2004 at 10:05:54PM -0500, Stephen More wrote: >I have been running cygwin with xorg 6.7.0 and it has been flawless. >Tonight I updated cygwin with all the latest packages. The update >displayed error: "mfw.exe Unable to Locate DLL". But at the end it >said it completed successfully.

Re: updating to latest cygwin broke X

2004-11-11 Thread Gabi
On Thu, Nov 11, 2004 at 10:43:42PM -0500, Christopher Faylor wrote: > > The mailing list for cygwin/x is cygwin-xfree at cygwin dot com. > I do not know about you Cristopher, but if there is something broken with the update, I would like to read about it here, instead of going to look to other

Re: updating to latest cygwin broke X

2004-11-11 Thread Christopher Faylor
On Thu, Nov 11, 2004 at 10:07:33PM -0600, Gabi wrote: >On Thu, Nov 11, 2004 at 10:43:42PM -0500, Christopher Faylor wrote: >>The mailing list for cygwin/x is cygwin-xfree at cygwin dot com. > >I do not know about you Cristopher, but if there is something broken >with the update, I would like to rea

Re: Problem with setup

2004-11-11 Thread Bobby McNulty
Christopher Faylor wrote: On Thu, Nov 11, 2004 at 05:26:34PM -0600, Bobby McNulty wrote: Guys, theres a major problem with setup. According to the error I just got, setup is not closing any of its files after writing them. I finally got past xorg, and got up to update_info. I'll rerun setup to g

RE: Cygwin pipe problem with XP SP2 and unison (and other native windows programs)

2004-11-11 Thread Karl M
Hi All... My problem is that now the older cygwin1.dll, that still worked with windows native unison (and other windows native programs) on XP SP2 is neither usable or available through setup. There were some comments about reverting a patch to the pipe handling code until the problem was solve

Re: Oracle, ProC and cygwin - troubles

2004-11-11 Thread Gerrit P. Haase
Ole og Louise wrote: Hi all, We are using Cygwin (1.5.11) in the process of porting an Unix-based application to Windows 2000/XP. The application is based on Oracle DB (version 10.1.0), and the database is accessed through Embedded SQL (using the ProC precompiler). So far we have a small test appli

Re: library `/usr/lib/libncurses.la' was moved.

2004-11-11 Thread Gerrit P. Haase
Charles Wilson wrote: Gerrit P. Haase wrote: Hi, Getting this warning: libtool: link: warning: library `/usr/lib/libncurses.la' was moved. $ cat /usr/lib/libncurses.la [...] # Directory that this library needs to be installed in: libdir='/usr/src/ncurses/ncurses-5.4/.inst/usr/lib' Hmmsorry I m