Re: GCC Compiler can't seem to find linker

2017-07-05 Thread starz0rdesign
Interesting that the package name isn't "libarchive" in the repos, but it's "libarchive13". Since I'm using a apt-get bash script to get the packages for me anyway. Since it seems I already had "libarchive13" installed, I tried installing the mingw64 package to see if it would fix my issue buil

Re: GCC Compiler can't seem to find linker

2017-07-05 Thread Mark Geisert
starz0rdesign wrote: Which package contains libink.a? This is the output for make V=1 $ make V=1 make all-am make[1]: Entering directory '/home/nobodyimportant/libarchive-3.3.1' /bin/sh ./libtool --tag=CC --mode=link gcc -g -O2 -Wall -Wformat -Wformat-s ecurity -no-undefined -version-info 1

Re: GCC Compiler can't seem to find linker

2017-07-05 Thread starz0rdesign
Which package contains libink.a? This is the output for make V=1 $ make V=1 make all-am make[1]: Entering directory '/home/nobodyimportant/libarchive-3.3.1' /bin/sh ./libtool --tag=CC --mode=link gcc -g -O2 -Wall -Wformat -Wformat-s ecurity -no-undefined -version-info 16:1:3 -o libarchive.

Re: GCC Compiler can't seem to find linker

2017-07-03 Thread Csaba Raduly
Hi, On Mon, Jul 3, 2017 at 11:52 PM, starz0rdesign wrote: > Hello. > > I'm having a bit of an issue trying to compile LibArchive 3.3.1 for Windows. > I have Mingw64 with GCC7.1 installed to prevent the Cygwin installer from > linking it's DLL. Maybe you should ask on the Mingw mailing list. > A

GCC Compiler can't seem to find linker

2017-07-03 Thread starz0rdesign
Hello. I'm having a bit of an issue trying to compile LibArchive 3.3.1 for Windows. I have Mingw64 with GCC7.1 installed to prevent the Cygwin installer from linking it's DLL. At the end of the make process I seem to get this error: make all-am make[1]: Entering directory '/home/nobodyimpor

Re: GCC compiler -m64 option in cygwin

2009-02-05 Thread Reini Urban
2009/2/5 rajeevs: > please go through the followings for the problem: > > 1) I want to create a 64 bit DLL using Cygwin in Windows Serever 2003 > 64 bit platform. > 2) I am using Cygwin to run the make file > 3) In the make file I have a macro "CFLAGS" where gave the option > "-m64"

Re: GCC compiler -m64 option in cygwin

2009-02-05 Thread rajeevs
64 bit .SO file!!! i tried alot but tillnow didn't get the solution. Please suggest me some alternative options if anybody have. Thanks in advance! Rajeev -- View this message in context: http://www.nabble.com/GCC-compiler--m64-option-in-cygwin-tp13503988p21850981.html Sent from the Cygw

Re: GCC compiler -m64 option in cygwin

2009-02-05 Thread rajeevs
64 bit .SO file!!! i tried alot but tillnow didn't get the solution. Please suggest me some alternative options if anybody have. Thanks in advance! Rajeev -- View this message in context: http://www.nabble.com/GCC-compiler--m64-option-in-cygwin-tp13503988p21850968.html Sent from the Cygw

RE: GCC compiler -m64 option in cygwin

2007-10-31 Thread Dave Korn
On 31 October 2007 13:19, Samuel Thibault wrote: > Dave Korn, le Wed 31 Oct 2007 12:52:18 -, a écrit : >> On 31 October 2007 12:41, Samuel Thibault wrote: >>> Tim Prince, le Wed 31 Oct 2007 05:35:45 -0700, a écrit : No, there is no 64-bit native support in cygwin. Even on linux, a cr

Re: GCC compiler -m64 option in cygwin

2007-10-31 Thread Samuel Thibault
Dave Korn, le Wed 31 Oct 2007 12:52:18 -, a écrit : > On 31 October 2007 12:41, Samuel Thibault wrote: > > Tim Prince, le Wed 31 Oct 2007 05:35:45 -0700, a écrit : > >> No, there is no 64-bit native support in cygwin. Even on linux, a > >> cross-gcc is needed to create 64-bit build on a 32-bit

RE: GCC compiler -m64 option in cygwin

2007-10-31 Thread Dave Korn
On 31 October 2007 12:41, Samuel Thibault wrote: > Hi, > > Tim Prince, le Wed 31 Oct 2007 05:35:45 -0700, a écrit : >> No, there is no 64-bit native support in cygwin. Even on linux, a >> cross-gcc is needed to create 64-bit build on a 32-bit system, > > Nope, gcc now has multi-lib support. I

Re: GCC compiler -m64 option in cygwin

2007-10-31 Thread Samuel Thibault
Hi, Tim Prince, le Wed 31 Oct 2007 05:35:45 -0700, a écrit : > No, there is no 64-bit native support in cygwin. Even on linux, a > cross-gcc is needed to create 64-bit build on a 32-bit system, Nope, gcc now has multi-lib support. > and none of the required libraries or utilities are generally

Re: GCC compiler -m64 option in cygwin

2007-10-31 Thread Tim Prince
anik pal wrote: I have c source code of a product which I build in solaris environment with gcc compiler –m64 option to create 64 bit executable in solaris 9 environment. Now I’ve to do the same task for win environment, because the library available for my client is in windows environment

GCC compiler -m64 option in cygwin

2007-10-30 Thread anik pal
Hello, I’m quite new in cygwin environment. I have c source code of a product which I build in solaris environment with gcc compiler –m64 option to create 64 bit executable in solaris 9 environment. Now I’ve to do the same task for win environment, because the library available for my client

RE: CygWin - GCC compiler error

2006-07-24 Thread Dave Korn
On 23 July 2006 12:37, MariLiza Koukouli wrote: >>> Does this mean anything to anyone? > >> It means that PBGroutines.c has failed to include >> some vital header or >> other. Whatever the word before "off64_t" on line 7 is, it should have >> been defined and it hasn't been. > > Hi Dave, > tha

RE: CygWin - GCC compiler error

2006-07-23 Thread MariLiza Koukouli
>> Does this mean anything to anyone? > It means that PBGroutines.c has failed to include >some vital header or >other. Whatever the word before "off64_t" on line 7 >is, it should have been >defined and it hasn't been. Hi Dave, thanks for replying. I would agree with you on that one, but then

RE: CygWin - GCC compiler error

2006-07-21 Thread Dave Korn
On 21 July 2006 15:59, MariLiza Koukouli wrote: > Hi all, > > I am using the CygWin environent, CYGWIN_NT-5.1, i.e. > on Windows XP. I am trying to compile a piece of code > that contains both F77 and C subroutines. G77 works > fine and compiles without problems but GCC complains > about somethin

CygWin - GCC compiler error

2006-07-21 Thread MariLiza Koukouli
Hi all, I am using the CygWin environent, CYGWIN_NT-5.1, i.e. on Windows XP. I am trying to compile a piece of code that contains both F77 and C subroutines. G77 works fine and compiles without problems but GCC complains about something that means absolutely nothing to me. I am using the followi

Re: GCC compiler

2006-02-07 Thread djh
Thanks for the informative and helpful response. Darel --- Tim Prince wrote: djh wrote: My current version of gcc that setup.exe downloaded for me is: gcc (GCC) 3.4.4 (cygming special) (gdc 0.12, using dmd 0.125) The other day I downloaded gcc 4.0.2 filena

Re: GCC compiler

2006-02-02 Thread Tim Prince
djh wrote: My current version of gcc that setup.exe downloaded for me is: gcc (GCC) 3.4.4 (cygming special) (gdc 0.12, using dmd 0.125) The other day I downloaded gcc 4.0.2 filename: gcc-4.0.2.tar.bz2 did a configure, make, and makeinstall and the build was successfull. I compiled a prog

GCC compiler

2006-02-02 Thread djh
My current version of gcc that setup.exe downloaded for me is: gcc (GCC) 3.4.4 (cygming special) (gdc 0.12, using dmd 0.125) The other day I downloaded gcc 4.0.2 filename: gcc-4.0.2.tar.bz2 did a configure, make, and makeinstall and the build was successfull. I compiled a program with it

RE: entry point _getreent in cygwin1.dll w/gcc compiler

2005-08-04 Thread Dave Korn
Original Message >From: Julie Lee >Sent: 04 August 2005 17:15 > Everything I find says to re-install or update. I don't know what else > to do. Any help is welcomed. You need to install or update. You just need to do it _right_, is all. If you're seeing _getreent complaints, then you *

entry point _getreent in cygwin1.dll w/gcc compiler

2005-08-04 Thread Julie Lee
in. I've installed just the base/default. Then went into the developers packages and installed just the gcc C (3.4.4-1 gcc compiler) stuff that I needed. I still get the same error. I'm running cygwin on a windows XP computer. The last time I re-installed I deleted all files having to do

Re: GCC compiler cannot create executables.

2002-12-06 Thread Michael A Chase
On Fri, 6 Dec 2002 12:05:24 -0500 (EST) Igor Pechtchanski <[EMAIL PROTECTED]> wrote: > FWIW, there's also apparently a cygwin port of 'script': > http://cygwin.com/ml/cygwin/2002-09/msg01371.html It's also easy to redirect STDOUT and STDERR to a file. I found myself doing it often enough that I

Re: GCC compiler cannot create executables.

2002-12-06 Thread Igor Pechtchanski
On Fri, 6 Dec 2002, Michael A Chase wrote: > On Fri, 6 Dec 2002 16:08:07 +0200 Ryan Budge <[EMAIL PROTECTED]> wrote: > > > Ive attached a screen cap of the window. Sorry... I don't have script > > like I do in BSD to give the output in text. Or am I being silly... > > The latter. You can cut an

Re: GCC compiler cannot create executables.

2002-12-06 Thread Michael A Chase
On Fri, 6 Dec 2002 16:08:07 +0200 Ryan Budge <[EMAIL PROTECTED]> wrote: > Ive attached a screen cap of the window. Sorry... I don't have script > like I do in BSD to give the output in text. Or am I being silly... The latter. You can cut and paste text from a console window in by pressing Alt-

RE: GCC compiler cannot create executables.

2002-12-06 Thread Ryan Budge
Hi Tim. > Your config.log appears to say that the test gcc command wants to link > gainst libuser32, and it doesn't find that library. Does gcc -v work for > you from the command line? Do you have such a library? > -- > Tim Prince gcc -v does work from the command line. Ive attached a scree

Re: GCC compiler cannot create executables.

2002-12-06 Thread Larry Hall (RFK Partners, Inc)
At 08:54 AM 12/6/2002, Tim Prince wrote: >On Thursday 05 December 2002 23:28, Ryan Budge wrote: > > > > In my cvs directory I run :- > > > > %autoconf > > %./configure > > > > And I get : - > > > > Configure : error : installation or configuration problem : c compiler > > cannot create executables.

Re: GCC compiler cannot create executables.

2002-12-06 Thread Tim Prince
On Thursday 05 December 2002 23:28, Ryan Budge wrote: > > In my cvs directory I run :- > > %autoconf > %./configure > > And I get : - > > Configure : error : installation or configuration problem : c compiler > cannot create executables. > > Im attaching the output of cygcheck -c and config.log. >

Re: GCC compiler cannot create executables.

2002-12-06 Thread Larry Hall (RFK Partners, Inc)
At 02:28 AM 12/6/2002, Ryan Budge wrote: >Hello list. > >Im having some trouble getting gcc working. I am trying to compile the >CVS for coldsync but it doesn't work. I have done the same procedures >on my BSD 4.7 box and all works fine. > >I have :- > >Windows XP Pro. >Cygwin 1.3.15-2 >G

GCC compiler cannot create executables.

2002-12-05 Thread Ryan Budge
Hello list. Im having some trouble getting gcc working. I am trying to compile the CVS for coldsync but it doesn't work. I have done the same procedures on my BSD 4.7 box and all works fine. I have :- Windows XP Pro. Cygwin 1.3.15-2 Gcc 3.2-3 And others.. In my cvs directory I run :-

Re: gcc compiler for 64-bit windows

2002-03-14 Thread Larry Hall (RFK Partners, Inc)
Shuo Li wrote: > >Hi Chris, > > > >I am interested in locating a version of gcc compiler that can generate > >binary files for 64-bit Windows platform. Much like the first step you did > >for cygwin project. Does such thing exist at all? If it does not exist, h

Re: gcc compiler for 64-bit windows

2002-03-13 Thread Christopher Faylor
t the project web page. For your convenience, I've reset the Reply-To: address to point to the cygwin mailing list. I've also Cc'ed this reply there. On Thu, Mar 14, 2002 at 04:00:28AM +, Shuo Li wrote: >Hi Chris, > >I am interested in locating a version of gcc compiler tha