public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* Compilation problem
@ 2002-07-17 21:30 Ced
  2002-07-18  4:11 ` David Starks-Browning
  0 siblings, 1 reply; 17+ messages in thread
From: Ced @ 2002-07-17 21:30 UTC (permalink / raw)
  To: cygwin

Hello cygwin,

  I'm having trouble when trying to compile (configure) any source :

$ ./configure
loading cache ./config.cache
configuring for GNU Wget 1.9-beta
checking host system type... i686-pc-cygwin
checking whether make sets ${MAKE}... (cached) yes
checking for a BSD compatible install... (cached) /usr/bin/install -c
checking for gcc... (cached) gcc
checking whether the C compiler (gcc  ) works... no
configure: error: installation or configuration problem: C compiler cannot create executables.

$ tail config.log
configure:936: checking for gcc
configure:1049: checking whether the C compiler (gcc  ) works
configure:1065: gcc -o conftest    conftest.c  1>&5
gcc: installation problem, cannot exec `as': No such file or directory
configure: failed program was:
(..)

Is this an known issue ?

Thanks in advance

-- 
Best regards,
 Ced                          mailto:ced2ml@ifrance.com

 
______________________________________________________________________________
ifrance.com, l'email gratuit le plus complet de l'Internet !
vos emails depuis un navigateur, en POP3, sur Minitel, sur le WAP...
http://www.ifrance.com/_reloc/email.emailif



--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Compilation problem
  2002-07-17 21:30 Compilation problem Ced
@ 2002-07-18  4:11 ` David Starks-Browning
  2002-07-18  6:47   ` Ced
  2002-07-18  7:11   ` Ced
  0 siblings, 2 replies; 17+ messages in thread
From: David Starks-Browning @ 2002-07-18  4:11 UTC (permalink / raw)
  To: Ced; +Cc: cygwin

On Thursday 18 Jul 02, Ced writes:
> gcc: installation problem, cannot exec `as': No such file or directory
> configure: failed program was:
> (..)

Read the FAQ entry "What packages should I download?"

If you did that, and followed the advice there, and it still doesn't
work, let us know.

David
(Cygwin FAQ maintainer)


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: Compilation problem
  2002-07-18  4:11 ` David Starks-Browning
@ 2002-07-18  6:47   ` Ced
  2002-07-18  7:34     ` David Starks-Browning
  2002-07-18  7:11   ` Ced
  1 sibling, 1 reply; 17+ messages in thread
From: Ced @ 2002-07-18  6:47 UTC (permalink / raw)
  To: David Starks-Browning; +Cc: cygwin

Hello David,

Thursday, July 18, 2002, 11:42:01 AM, you wrote:

DSB> On Thursday 18 Jul 02, Ced writes:
>> gcc: installation problem, cannot exec `as': No such file or directory
>> configure: failed program was:
>> (..)

DSB> Read the FAQ entry "What packages should I download?"

i've already read it..

DSB> If you did that, and followed the advice there, and it still doesn't
DSB> work, let us know.

"If you want to build programs, of course you'll need `gcc',
`binutils', `make' and probably other packages from the "Devel"
category. "

I have all the Devel packages..
it worked for a while, but now i can't compile anything

-- 
Best regards,
 Ced                            mailto:ced2ml@ifrance.com

 
______________________________________________________________________________
ifrance.com, l'email gratuit le plus complet de l'Internet !
vos emails depuis un navigateur, en POP3, sur Minitel, sur le WAP...
http://www.ifrance.com/_reloc/email.emailif



--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: Compilation problem
  2002-07-18  4:11 ` David Starks-Browning
  2002-07-18  6:47   ` Ced
@ 2002-07-18  7:11   ` Ced
  1 sibling, 0 replies; 17+ messages in thread
From: Ced @ 2002-07-18  7:11 UTC (permalink / raw)
  To: cygwin-owner, David Starks-Browning; +Cc: cygwin

Hello David,

Thursday, July 18, 2002, 11:42:01 AM, you wrote:

DSB> On Thursday 18 Jul 02, Ced writes:
>> gcc: installation problem, cannot exec `as': No such file or directory
>> configure: failed program was:
>> (..)

okay, binutils package was corrupted;

i reinstall it and now it works :)

-- 
Best regards,
 Ced                            mailto:ced2ml@ifrance.com

 
______________________________________________________________________________
ifrance.com, l'email gratuit le plus complet de l'Internet !
vos emails depuis un navigateur, en POP3, sur Minitel, sur le WAP...
http://www.ifrance.com/_reloc/email.emailif



--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: Compilation problem
  2002-07-18  6:47   ` Ced
@ 2002-07-18  7:34     ` David Starks-Browning
  0 siblings, 0 replies; 17+ messages in thread
From: David Starks-Browning @ 2002-07-18  7:34 UTC (permalink / raw)
  To: Ced; +Cc: cygwin

On Thursday 18 Jul 02, Ced writes:
> Hello David,
> 
> Thursday, July 18, 2002, 11:42:01 AM, you wrote:
> 
> DSB> On Thursday 18 Jul 02, Ced writes:
> >> gcc: installation problem, cannot exec `as': No such file or directory
> >> configure: failed program was:
> >> (..)
> 
> DSB> Read the FAQ entry "What packages should I download?"
> 
> i've already read it..
> 
> DSB> If you did that, and followed the advice there, and it still doesn't
> DSB> work, let us know.
> 
> "If you want to build programs, of course you'll need `gcc',
> `binutils', `make' and probably other packages from the "Devel"
> category. "
> 
> I have all the Devel packages..
> it worked for a while, but now i can't compile anything

Something is screwed up with your installation.  "as" is in binutils.
Does "type as" find it?

Write a simple "helloworld.c" program and try to compile it with "gcc -v".

David


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: Compilation problem
  2020-04-06  9:26 Souleymane SOW
@ 2020-04-06  9:27 ` cygwinautoreply
  0 siblings, 0 replies; 17+ messages in thread
From: cygwinautoreply @ 2020-04-06  9:27 UTC (permalink / raw)
  To: ssouleymane.sow.pro; +Cc: cygwin

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 1726 bytes --]

>Hello,  I am a user of ALOGRAF 5, and once I have created my Application, I
>cannot compile it. I have this message:
>"












>*4 [main] make 16532 find_fast_cwd: WARNING: Couldn't compute FAST_CWD
>pointer.  Please report this problem tothe public mailing list
>cygwin@cygwin.com <cygwin@cygwin.com>make[1]: Entering directory
>`/cygdrive/d/PROJET/Appli/NanOpral-1'----------- 001.ogenerated/001.c: In
>function 'Grafcet_1_32769':generated/001.c:26:3: error: 'Voyant' undeclared
>(first use in this function)generated/001.c:26:3: note: each undeclared
>identifier is reported only once for each function it appears
>ingenerated/001.c: In function 'Grafcet_1_1':generated/001.c:36:6: error:
>'Bp' undeclared (first use in this function)generated/001.c:36:10: error:
>expected ')' before ';' tokengenerated/001.c:38:3: error: 'Voyant'
>undeclared (first use in this function)make[1]: ***
>[generated/generated/001.o] Error 1make[1]: Leaving directory
>`/cygdrive/d/PROJET/Appli/NanOpral-1'mingw32-make: *** [all] Error 2*


>Please help me (I have Windows 10 x64)  .

>Cordialement ,
>*SOW Souleymane*
>Etudiant en Master Energie Electrique, Electronique, Automatique
>Université Jean Monnet de Saint-Etienne
>Tel: +33 7 60-07-58-73
>Email: *ssouleymane.sow.pro@gmail.com <ssouleymane.sow.pro@gmail.com>*
>Adresse: 1, Place Paul Gauguin 42300 Roanne

><https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail>
>Garanti
>sans virus. www.avast.com
><https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail>
><#DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2>

https://cygwin.com/faq.html#faq.using.fixing-find_fast_cwd-warnings

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Compilation problem
@ 2020-04-06  9:26 Souleymane SOW
  2020-04-06  9:27 ` cygwinautoreply
  0 siblings, 1 reply; 17+ messages in thread
From: Souleymane SOW @ 2020-04-06  9:26 UTC (permalink / raw)
  To: cygwin

Hello,  I am a user of ALOGRAF 5, and once I have created my Application, I
cannot compile it. I have this message:
"












*4 [main] make 16532 find_fast_cwd: WARNING: Couldn't compute FAST_CWD
pointer.  Please report this problem tothe public mailing list
cygwin@cygwin.com <cygwin@cygwin.com>make[1]: Entering directory
`/cygdrive/d/PROJET/Appli/NanOpral-1'----------- 001.ogenerated/001.c: In
function 'Grafcet_1_32769':generated/001.c:26:3: error: 'Voyant' undeclared
(first use in this function)generated/001.c:26:3: note: each undeclared
identifier is reported only once for each function it appears
ingenerated/001.c: In function 'Grafcet_1_1':generated/001.c:36:6: error:
'Bp' undeclared (first use in this function)generated/001.c:36:10: error:
expected ')' before ';' tokengenerated/001.c:38:3: error: 'Voyant'
undeclared (first use in this function)make[1]: ***
[generated/generated/001.o] Error 1make[1]: Leaving directory
`/cygdrive/d/PROJET/Appli/NanOpral-1'mingw32-make: *** [all] Error 2*


Please help me (I have Windows 10 x64)  .

Cordialement ,
*SOW Souleymane*
Etudiant en Master Energie Electrique, Electronique, Automatique
Université Jean Monnet de Saint-Etienne
Tel: +33 7 60-07-58-73
Email: *ssouleymane.sow.pro@gmail.com <ssouleymane.sow.pro@gmail.com>*
Adresse: 1, Place Paul Gauguin 42300 Roanne

<https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail>
Garanti
sans virus. www.avast.com
<https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail>
<#DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2>

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: compilation problem
  2007-02-26  6:19 ` compilation problem nordine
@ 2007-02-26 13:06   ` Larry Hall (Cygwin)
  0 siblings, 0 replies; 17+ messages in thread
From: Larry Hall (Cygwin) @ 2007-02-26 13:06 UTC (permalink / raw)
  To: cygwin

nordine wrote:
> nordine wrote:
> hello
> I want to compil my Gulp program under
> cygwin, and I got this error message:
> /bin///ld: cannot find -lf95
> make[1]: *** [gulp_] Error 1
> make[1]: Leaving directory
> `/cygdrive/c/gulpsource/src/{os}'
> mv: cannot stat `gulp': No such file or directory
> make: *** [gulp] Error 1
> 
> 
> some help please

<http://cygwin.com/ml/cygwin/2007-02/msg00717.html>

See the second paragraph.


-- 
Larry Hall                              http://www.rfk.com
RFK Partners, Inc.                      (508) 893-9779 - RFK Office
216 Dalton Rd.                          (508) 893-9889 - FAX
Holliston, MA 01746

_____________________________________________________________________

A: Yes.
 > Q: Are you sure?
 >> A: Because it reverses the logical flow of conversation.
 >>> Q: Why is top posting annoying in email?

--
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/

^ permalink raw reply	[flat|nested] 17+ messages in thread

* compilation problem
  2007-02-25 21:14 gcc doesn't like my .o file at the end Larry Hall (Cygwin)
@ 2007-02-26  6:19 ` nordine
  2007-02-26 13:06   ` Larry Hall (Cygwin)
  0 siblings, 1 reply; 17+ messages in thread
From: nordine @ 2007-02-26  6:19 UTC (permalink / raw)
  To: cygwin


nordine wrote:
hello
I want to compil my Gulp program under
cygwin, and I got this error message:
/bin///ld: cannot find -lf95
make[1]: *** [gulp_] Error 1
make[1]: Leaving directory
`/cygdrive/c/gulpsource/src/{os}'
mv: cannot stat `gulp': No such file or directory
make: *** [gulp] Error 1


some help please




 
____________________________________________________________________________________
Don't pick lemons.
See all the new 2007 cars at Yahoo! Autos.
http://autos.yahoo.com/new_cars.html 

--
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/

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Compilation problem
@ 2003-11-03 10:50 Cédric Bouttes
  0 siblings, 0 replies; 17+ messages in thread
From: Cédric Bouttes @ 2003-11-03 10:50 UTC (permalink / raw)
  To: cygwin

Hello,

I'm trying to install DBD-Pg-1.22 on CygWin.  I have postgresql and DBI up
and running but i can't get DBD-Pg-1.22 working.
I receive the following error executing make:

$ make
rm -f blib/arch/auto/DBD/Pg/Pg.dll
LD_RUN_PATH="" ld2  -s -L/usr/local/lib Pg.o dbdimp.o  -o
blib/arch/auto/DBD/Pg/
Pg.dll  /usr/lib/perl5/5.8.0/cygwin-multi-64int/CORE/libperl.dll.a
-L/usr/lib -l
pq
gcc -shared -o  Pg.dll -Wl,--out-implib=libPg.dll.a
-Wl,--export-all-symbols -Wl
,--enable-auto-import -Wl,--stack,8388608 \
-s -L/usr/local/lib Pg.o dbdimp.o
/usr/lib/perl5/5.8.0/cygwin-multi-64int/CORE/
libperl.dll.a -L/usr/lib -lpq
dbdimp.o(.text+0x2fde):dbdimp.c: variable '__ctype_' can't be
auto-imported. Ple
ase read the documentation for ld's --enable-auto-import for details.
dbdimp.o(.text+0x2fee):dbdimp.c: variable '__ctype_' can't be
auto-imported. Ple
ase read the documentation for ld's --enable-auto-import for details.
dbdimp.o(.text+0x2ffe):dbdimp.c: variable '__ctype_' can't be
auto-imported. Ple
ase read the documentation for ld's --enable-auto-import for details.
Creating library file: libPg.dll.a
collect2: ld returned 1 exit status
perlld: *** system() failed to execute
gcc -shared -o  Pg.dll -Wl,--out-implib=libPg.dll.a
-Wl,--export-all-symbols -Wl
,--enable-auto-import -Wl,--stack,8388608 \
-s -L/usr/local/lib Pg.o dbdimp.o
/usr/lib/perl5/5.8.0/cygwin-multi-64int/CORE/
libperl.dll.a -L/usr/lib -lpq

make: *** [blib/arch/auto/DBD/Pg/Pg.dll] Error 1

What can the problem be???

Regards,

Cédric.



--
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/

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: compilation problem
@ 2000-07-19 12:04 Earnie Boyd
  0 siblings, 0 replies; 17+ messages in thread
From: Earnie Boyd @ 2000-07-19 12:04 UTC (permalink / raw)
  To: ISNARD Olivier 132311, 'cygwin@sourceware.cygnus.com'

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 1047 bytes --]

--- ISNARD Olivier 132311 <olivier.isnard@ipsn.fr> wrote:
> 
> I'm working on a PC WinNT and I've install Cygwin b20 with updated dll. When
> I triy to compile some stuff I get the error :
> undefined reference to `_imp___ctype_' ans the compilation stops. I use gcc
> ....
> What is the problem ?
> 

The problem is that you updated the dll without updating the libraries.  The
newer dll is backward compatible with the executables but *not* backward
compatible with the objects and libraries.

Regards,

=====
---
   Earnie Boyd: < mailto:earnie_boyd@yahoo.com >
            __Cygwin: POSIX on Windows__
Cygwin Newbies: < http://gw32.freeyellow.com/ >
           __Minimalist GNU for Windows__
  Mingw32 List: < http://www.egroups.com/group/mingw32/ >
    Mingw Home: < http://www.mingw.org/ >

__________________________________________________
Do You Yahoo!?
Get Yahoo! Mail – Free email you can access from anywhere!
http://mail.yahoo.com/

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: compilation problem
  2000-07-19  7:50 ISNARD Olivier 132311
@ 2000-07-19  8:11 ` Tim Prince
  0 siblings, 0 replies; 17+ messages in thread
From: Tim Prince @ 2000-07-19  8:11 UTC (permalink / raw)
  To: ISNARD Olivier 132311, cygwin

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 1119 bytes --]

You must still have an incompatible combination of binaries more than 18
months old with some less than that age.  You should find the current
cygwin a great improvement.

Tim Prince
----- Original Message -----
From: "ISNARD Olivier 132311" <olivier.isnard@ipsn.fr>
To: <cygwin@sourceware.cygnus.com>
Sent: Wednesday, July 19, 2000 7:48 AM
Subject: compilation problem


>
> I'm working on a PC WinNT and I've install Cygwin b20 with updated
dll. When
> I triy to compile some stuff I get the error :
> undefined reference to `_imp___ctype_' ans the compilation stops. I
use gcc
> ...
> What is the problem ?
>
> Thanks in advance.
>
>
>
> Dr. Olivier Isnard
> IPSN
> Département de Prévention et d'Etudes des Accidents
> Service d'Etudes des Situations de Crises et d'Informatique
> BP 6 - 92265 FONTENAY AUX ROSES Cedex
> Tel  : 01 46 54 73 85
> Fax : 01 46 54 90 40
> Email : Olivier.Isnard@Ipsn.fr
>
>
> --
> Want to unsubscribe from this list?
> Send a message to cygwin-unsubscribe@sourceware.cygnus.com
>


--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

^ permalink raw reply	[flat|nested] 17+ messages in thread

* compilation problem
@ 2000-07-19  7:50 ISNARD Olivier 132311
  2000-07-19  8:11 ` Tim Prince
  0 siblings, 1 reply; 17+ messages in thread
From: ISNARD Olivier 132311 @ 2000-07-19  7:50 UTC (permalink / raw)
  To: 'cygwin@sourceware.cygnus.com'

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 603 bytes --]

I'm working on a PC WinNT and I've install Cygwin b20 with updated dll. When
I triy to compile some stuff I get the error :
undefined reference to `_imp___ctype_' ans the compilation stops. I use gcc
...
What is the problem ?

Thanks in advance.



Dr. Olivier Isnard
IPSN
Département de Prévention et d'Etudes des Accidents
Service d'Etudes des Situations de Crises et d'Informatique
BP 6 - 92265 FONTENAY AUX ROSES Cedex
Tel  : 01 46 54 73 85
Fax : 01 46 54 90 40
Email : Olivier.Isnard@Ipsn.fr


--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

^ permalink raw reply	[flat|nested] 17+ messages in thread

* RE: compilation problem
  1999-10-14 22:37 ` Ajit George
@ 1999-10-31 19:54   ` Ajit George
  0 siblings, 0 replies; 17+ messages in thread
From: Ajit George @ 1999-10-31 19:54 UTC (permalink / raw)
  To: cygwin

[-- Attachment #1: Type: text/plain, Size: 1180 bytes --]

Charles is correct.  You also have some typos where some variables aren't
enclosed in parentheses.  The attached file fixes those problems.

To summarize:  make requires that action lines begin with tabs, not spaces.
I don't think make has problems with ^Ms.

Ajit



-----Original Message-----
From:	cygwin-owner@sourceware.cygnus.com
[ mailto:cygwin-owner@sourceware.cygnus.com ] On Behalf Of Charles McKnight
Sent:	Thursday, October 14, 1999 10:59 AM
To:	cygwin@sourceware.cygnus.com
Subject:	RE: compilation problem

Jean,

What appears to be happening is that make does not recognize the spaces
after
the colon (:) or on the following recipe lines.  If you will replace them
with
tabs, this should fix the problem.  I've encountered this issue on other
versions of make before.  Another solution is to modify the make source code
to recognize a space as a legal separator.

Charles McKnight
cmcknigh@fastlane.net

____________________________________________________________________
Get your own FREE, personal Netscape WebMail account today at
http://webmail.netscape.com .

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com


[-- Attachment #2: makefile --]
[-- Type: text/plain, Size: 616 bytes --]

# Makefile pour guest.cgi
# création sous Windows
# target : any
# date : 13/10/99

DIR_CGI=/cygnus/cygwin-b20/cgi
INCLUDE_SYS=/cygnus/cygwin-b20/H-i586-cygwin32/i586-cygwin32/include
INCLUDE_APPLI=$(DIR_CGI)/include
CC=/cygnus/cygwin-b20/H-i586-cygwin32/bin/gcc.exe
DIR_EXE=$(DIR_CGI)/bin
DIR_INSTALL=d:/devinternet/cgi


clean:
	rm $(DIR_EXE)/* 
	rm $(DIR_CGI)/*

install:
	cp $(DIR_EXE)/guest.cgi $(DIR_INSTALL)

guest.cgi: $(DIR_CGI)/guest.o
	$(CC) -g $(DEBUG) -o $(DIR_EXE)/guest.cgi $(DIR_CGI)/guest.o

guest.o: $(DIR_CGI)/guest.c
	$(CC) -c -g $(DEBUG) $(DIR_CGI)/guest.c -I$(INCLUDE_SYS) -I$(INCLUDE_APPLI)



^ permalink raw reply	[flat|nested] 17+ messages in thread

* RE: compilation problem
  1999-10-14  8:58 Charles McKnight
  1999-10-14 22:37 ` Ajit George
@ 1999-10-31 19:54 ` Charles McKnight
  1 sibling, 0 replies; 17+ messages in thread
From: Charles McKnight @ 1999-10-31 19:54 UTC (permalink / raw)
  To: cygwin

Jean,

What appears to be happening is that make does not recognize the spaces after
the colon (:) or on the following recipe lines.  If you will replace them with
tabs, this should fix the problem.  I've encountered this issue on other
versions of make before.  Another solution is to modify the make source code
to recognize a space as a legal separator.

Charles McKnight
cmcknigh@fastlane.net

____________________________________________________________________
Get your own FREE, personal Netscape WebMail account today at http://webmail.netscape.com .

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

^ permalink raw reply	[flat|nested] 17+ messages in thread

* RE: compilation problem
  1999-10-14  8:58 Charles McKnight
@ 1999-10-14 22:37 ` Ajit George
  1999-10-31 19:54   ` Ajit George
  1999-10-31 19:54 ` Charles McKnight
  1 sibling, 1 reply; 17+ messages in thread
From: Ajit George @ 1999-10-14 22:37 UTC (permalink / raw)
  To: cygwin

[-- Attachment #1: Type: text/plain, Size: 1180 bytes --]

Charles is correct.  You also have some typos where some variables aren't
enclosed in parentheses.  The attached file fixes those problems.

To summarize:  make requires that action lines begin with tabs, not spaces.
I don't think make has problems with ^Ms.

Ajit



-----Original Message-----
From:	cygwin-owner@sourceware.cygnus.com
[ mailto:cygwin-owner@sourceware.cygnus.com ] On Behalf Of Charles McKnight
Sent:	Thursday, October 14, 1999 10:59 AM
To:	cygwin@sourceware.cygnus.com
Subject:	RE: compilation problem

Jean,

What appears to be happening is that make does not recognize the spaces
after
the colon (:) or on the following recipe lines.  If you will replace them
with
tabs, this should fix the problem.  I've encountered this issue on other
versions of make before.  Another solution is to modify the make source code
to recognize a space as a legal separator.

Charles McKnight
cmcknigh@fastlane.net

____________________________________________________________________
Get your own FREE, personal Netscape WebMail account today at
http://webmail.netscape.com .

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com


[-- Attachment #2: makefile --]
[-- Type: text/plain, Size: 616 bytes --]

# Makefile pour guest.cgi
# création sous Windows
# target : any
# date : 13/10/99

DIR_CGI=/cygnus/cygwin-b20/cgi
INCLUDE_SYS=/cygnus/cygwin-b20/H-i586-cygwin32/i586-cygwin32/include
INCLUDE_APPLI=$(DIR_CGI)/include
CC=/cygnus/cygwin-b20/H-i586-cygwin32/bin/gcc.exe
DIR_EXE=$(DIR_CGI)/bin
DIR_INSTALL=d:/devinternet/cgi


clean:
	rm $(DIR_EXE)/* 
	rm $(DIR_CGI)/*

install:
	cp $(DIR_EXE)/guest.cgi $(DIR_INSTALL)

guest.cgi: $(DIR_CGI)/guest.o
	$(CC) -g $(DEBUG) -o $(DIR_EXE)/guest.cgi $(DIR_CGI)/guest.o

guest.o: $(DIR_CGI)/guest.c
	$(CC) -c -g $(DEBUG) $(DIR_CGI)/guest.c -I$(INCLUDE_SYS) -I$(INCLUDE_APPLI)



^ permalink raw reply	[flat|nested] 17+ messages in thread

* RE: compilation problem
@ 1999-10-14  8:58 Charles McKnight
  1999-10-14 22:37 ` Ajit George
  1999-10-31 19:54 ` Charles McKnight
  0 siblings, 2 replies; 17+ messages in thread
From: Charles McKnight @ 1999-10-14  8:58 UTC (permalink / raw)
  To: cygwin

Jean,

What appears to be happening is that make does not recognize the spaces after
the colon (:) or on the following recipe lines.  If you will replace them with
tabs, this should fix the problem.  I've encountered this issue on other
versions of make before.  Another solution is to modify the make source code
to recognize a space as a legal separator.

Charles McKnight
cmcknigh@fastlane.net

____________________________________________________________________
Get your own FREE, personal Netscape WebMail account today at http://webmail.netscape.com .

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2020-04-06  9:27 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-07-17 21:30 Compilation problem Ced
2002-07-18  4:11 ` David Starks-Browning
2002-07-18  6:47   ` Ced
2002-07-18  7:34     ` David Starks-Browning
2002-07-18  7:11   ` Ced
  -- strict thread matches above, loose matches on Subject: below --
2020-04-06  9:26 Souleymane SOW
2020-04-06  9:27 ` cygwinautoreply
2007-02-25 21:14 gcc doesn't like my .o file at the end Larry Hall (Cygwin)
2007-02-26  6:19 ` compilation problem nordine
2007-02-26 13:06   ` Larry Hall (Cygwin)
2003-11-03 10:50 Compilation problem Cédric Bouttes
2000-07-19 12:04 compilation problem Earnie Boyd
2000-07-19  7:50 ISNARD Olivier 132311
2000-07-19  8:11 ` Tim Prince
1999-10-14  8:58 Charles McKnight
1999-10-14 22:37 ` Ajit George
1999-10-31 19:54   ` Ajit George
1999-10-31 19:54 ` Charles McKnight

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).