From: CAPDEPON Arnaud <capdepa8 AT cti DOT ecp DOT fr>
Newsgroups: comp.os.msdos.djgpp
Subject: rhide project bug
Date: Mon, 03 Mar 1997 15:59:58 +0100
Organization: Ecole Centrale Paris, France
Lines: 16
Distribution: inet
Message-ID: <331AE76E.3CCE@cti.ecp.fr>
NNTP-Posting-Host: capdepon.via.ecp.fr
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
To: djgpp AT delorie DOT com
DJ-Gateway: from newsgroup comp.os.msdos.djgpp

I've got a problem with Rhide1.1b (14 feb 97) which may be a bug :

when i've got 16 files in my project, no pb, the make command works
properley
but, if i add one more, even if this a plain file without any function,

the command sent by rhide to link all .o fails :
->"-liostr wrong file" ,as if the parameters sent to gcc were truncated

the .mak ,generated with rhide, links .o without any problem
and i've link them manually too, and the exe was built

i hope it's no buf, but a mistake i made.....

thanks