RE: POSIX devices

2005-06-17 Thread Gary R. Van Sickle
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Carlo Florendo > Sent: Friday, June 17, 2005 1:13 AM > To: Oliver Vecernik > Cc: cygwin@cygwin.com > Subject: Re: POSIX devices > > Oliver Vecernik wrote: > > >Hi all, > > > >I'd like to inspect some

Re: POSIX devices

2005-06-17 Thread Arturus Magi
Carlo Florendo wrote: Oliver Vecernik wrote: But how do I know the order of device names? It all depends when the devices are plugged on to the system. Is there a command to find out? dd if=/dev/sd? of=/tmp/foo bs=512 count=1 AFAIK, Cygwin does not implement the /dev directory. Cygwin

Re: POSIX devices

2005-06-17 Thread Carlo Florendo
Arturus Magi wrote: Carlo Florendo wrote: Oliver Vecernik wrote: But how do I know the order of device names? It all depends when the devices are plugged on to the system. Is there a command to find out? dd if=/dev/sd? of=/tmp/foo bs=512 count=1 AFAIK, Cygwin does not implement the /d

Re: POSIX devices

2005-06-17 Thread Brian Dessent
Oliver Vecernik wrote: > C:\cygwin\usr\X11R6\lib\X11\fonts on /usr/X11R6/lib/X11/fonts type > system (binmo > de) This, I believe, is an ancient artifact of an old way that the x11 packages used to work, and you can remove this mount. > C:\cygwin\bin on /usr/bin type user (binmode) > C:\cygwin\b

RE: Problem compiling Setup but unsure if my install is hosed or is it the source or autoconf/automake

2005-06-17 Thread Dave Korn
Original Message >From: Brian Dessent >Sent: 17 June 2005 06:42 > Brian Keener wrote: > >> The only other thing I can think of is what version of autoconf and >> automake and libtool are you using. Mine are the versions that were >> released when stable and devel became obsolete. But no

bash: cannot create temp file for here document: No such file or directory

2005-06-17 Thread Davide Tazzari
Hi, I have installed Cygwin for a month and it works well till I tried to install another program using the ./configure, make and so on... procedure. I received this error configure: cannot create temp file for here document: No such file or directory I remeber that I receive this error since the

Re: Problem compiling Setup but unsure if my install is hosed or is it the source or autoconf/automake

2005-06-17 Thread Brian Dessent
Dave Korn wrote: > I don't have any /usr/bin/autom4te-2.5x either. My Channels.pm lives > under /usr/autotool/{devel,stable}/share/Autom4te. > > Sounds like you have some stray stuff going on? You're still on the 'old' versions of autotools then apparently. The 'new' versions do away with

RE: Problem compiling Setup but unsure if my install is hosed or is it the source or autoconf/automake

2005-06-17 Thread Dave Korn
Original Message >From: Brian Dessent >Sent: 17 June 2005 11:12 > Dave Korn wrote: > >> I don't have any /usr/bin/autom4te-2.5x either. My Channels.pm lives >> under /usr/autotool/{devel,stable}/share/Autom4te. >> >> Sounds like you have some stray stuff going on? > > You're still

Re: Problem compiling Setup but unsure if my install is hosed or is it the source or autoconf/automake

2005-06-17 Thread Brian Dessent
Dave Korn wrote: > Guess I am, at that. And from the looks of things, I'm staying that way > for at least a little while longer. I need to be able to build setup! (From the 'knew you were joking, but:' department...) I am using the new packages and had no problem running bootstrap.sh or any

Re: inet_pton() error. Does Cygwin support inet_pton()?

2005-06-17 Thread Fernando Barsoba \(hotmail 2\)
Thank you very much for your response.. Do you know if theres is any plan to support IPv6 in the near future? THanks, Fernando inet_pton() is an IPv6 function and Cygwin has no support for IPv6. You'll have to patch the application if it expects to find IPv6 functions. Brian Fernando

Re: inet_pton() error. Does Cygwin support inet_pton()?

2005-06-17 Thread Brian Dessent
"Fernando Barsoba (hotmail 2)" wrote: > Thank you very much for your response.. Do you know if theres is any plan to > support IPv6 in the near future? I think you will find that no one here cares to give answers to questions along the lines of "when will X happen/be ready?" because this is after

Problems with ssh/telnet/ftp login: windows error 5

2005-06-17 Thread Zecha, Holger
Hello, After doing a update I'm unable to login using ssh protocol v2 and Password authentication. The login using private/public key still works fine. I'm also not able to do a telnet and/or ftp to the system. I traced the issue down to login.exe, which shows the following errors: 20 20

Re: Problems with ssh/telnet/ftp login: windows error 5

2005-06-17 Thread Corinna Vinschen
On Jun 17 15:54, Zecha, Holger wrote: > After doing a update I'm unable to login using ssh protocol v2 and > Password authentication. The login using private/public key still works > fine. I'm also not able to do a telnet and/or ftp to the system. I > traced the issue down to login.exe, which shows

Clone cygwin-setup settings from one PC to another

2005-06-17 Thread Oliver Geisen
Hello, is it possible to find out which packages installed via SETUP.EXE on one PC and use this information (selection) to automatically install the same on another PC ? e.g. something like: cygsetup > mypacks.ini setup.exe -install mypacks.ini With best regards, Oliver Geisen ---

Re: POSIX devices

2005-06-17 Thread Christopher Faylor
On Fri, Jun 17, 2005 at 12:40:29AM -0700, Brian Dessent wrote: >Oliver Vecernik wrote: >>C:\cygwin\usr\X11R6\lib\X11\fonts on /usr/X11R6/lib/X11/fonts type >>system (binmo de) > >This, I believe, is an ancient artifact of an old way that the x11 >packages used to work, and you can remove this mount

Re: Problem with using stripped cygwin1.dll built from CVS

2005-06-17 Thread Brian Ford
On Wed, 8 Jun 2005, Christopher Faylor wrote: > On Wed, Jun 08, 2005 at 10:36:56AM -0400, Christopher Faylor wrote: > >I understand the problem. It's a binutils bug that I'm investigating. > >Either gas or ld is marking NOLOAD sections as "read only" and that is > >causing windows to actually loa

Re: inet_pton() error. Does Cygwin support inet_pton()?

2005-06-17 Thread Fernando Barsoba
Ok, thanks.. It seems it might happen soon..(the implementation, not the heat death of the universe, I guess..) I'll hold tight until then..! Fernando I think you will find that no one here cares to give answers to questions along the lines of "when will X happen/be ready?" because this is af

Re: inet_pton() error. Does Cygwin support inet_pton()?

2005-06-17 Thread René Berber
Fernando Barsoba wrote: > > I'm trying to use the function inet_pton(), but I found the following > error when trying to build the application with Eclipse/CDT on Cygwin: [snip] If you don't need IPv6 in your application you can add tbe following implementation: #ifdef __CYGWIN__ /* From: *

Re: Problem with using stripped cygwin1.dll built from CVS

2005-06-17 Thread Christopher Faylor
On Fri, Jun 17, 2005 at 09:29:48AM -0500, Brian Ford wrote: >On Wed, 8 Jun 2005, Christopher Faylor wrote: >>On Wed, Jun 08, 2005 at 10:36:56AM -0400, Christopher Faylor wrote: >>>I understand the problem. It's a binutils bug that I'm investigating. >>>Either gas or ld is marking NOLOAD sections a

Re: inet_pton() error. Does Cygwin support inet_pton()?

2005-06-17 Thread Christopher Faylor
On Fri, Jun 17, 2005 at 10:36:29AM -0400, Fernando Barsoba wrote: >Ok, thanks.. It seems it might happen soon..(the implementation, not the >heat death of the universe, I guess..) > >I'll hold tight until then..! I haven't seen any indication that this is going to happen soon. There has been zer

Re: inet_pton() error. Does Cygwin support inet_pton()?

2005-06-17 Thread Corinna Vinschen
On Jun 17 10:39, Christopher Faylor wrote: > On Fri, Jun 17, 2005 at 10:36:29AM -0400, Fernando Barsoba wrote: > >Ok, thanks.. It seems it might happen soon..(the implementation, not the > >heat death of the universe, I guess..) > > > >I'll hold tight until then..! > > I haven't seen any indicati

Re: Problem with using stripped cygwin1.dll built from CVS

2005-06-17 Thread Brian Ford
On Fri, 17 Jun 2005, Christopher Faylor wrote: > On Fri, Jun 17, 2005 at 09:29:48AM -0500, Brian Ford wrote: > >I wish I would have known this was possible while working on DWARF 2 > >debugging. Everything I read stated: "If it has a section header, > >Windows' brain dead loader will load it rega

IE5 settings in setup.exe

2005-06-17 Thread Andrea M
I am having problems with the IE5 settings in the setup program (can't get a list of download sites). Does anybody know what user-agent cygwin uses? The proxy script here rejects all connections except from IE or Firefox user-agents and I have a hunch that this is the problem. Thanks in advance,

Re: POSIX devices

2005-06-17 Thread Brian Dessent
Christopher Faylor wrote: > >This, I believe, is an ancient artifact of an old way that the x11 > >packages used to work, and you can remove this mount. > > I don't believe that this mount is optional. /usr/X11RT/lib/X11/fonts > really does need to be mounted in binary mode. I was just basing t

Re: IE5 settings in setup.exe

2005-06-17 Thread Markus Schönhaber
Am Freitag, 17. Juni 2005 17:32 schrieb Andrea M: > I am having problems with the IE5 settings in the setup program (can't > get a list of download sites). Does anybody know what user-agent > cygwin uses? None. This is the request/response from my version of setup getting the server-list: -sn

How to give commands to execute after (login)shell invoked

2005-06-17 Thread Oliver Geisen
Hello, there is a neat trick to expand window's context menu (right-click) with commands. I would like to add something like "Open BASH here..." so if i right-click on an Folder in Explorer i can open a bash shell and it's already cd'ed into the path. I know where the registry must be patche

Re: How to give commands to execute after (login)shell invoked

2005-06-17 Thread Markus Schönhaber
Am Freitag, 17. Juni 2005 17:50 schrieb Oliver Geisen: > there is a neat trick to expand window's context menu (right-click) > with commands. > I would like to add something like "Open BASH here..." so if i > right-click on an > Folder in Explorer i can open a bash shell and it's already cd'ed into

Re: inet_pton() error. Does Cygwin support inet_pton()?

2005-06-17 Thread Fernando Barsoba
Thanks for the code to René...! I'll try it right away..! Thanks again, Fernando [EMAIL PROTECTED] wrote: If you don't need IPv6 in your application you can add tbe following implementation: #ifdef __CYGWIN__ /* From: * UNIX Network Programming: Sockets Introduction * By Andrew

Re: Clone cygwin-setup settings from one PC to another

2005-06-17 Thread Max Bowsher
Oliver Geisen wrote: Hello, is it possible to find out which packages installed via SETUP.EXE on one PC and use this information (selection) to automatically install the same on another PC ? e.g. something like: cygsetup > mypacks.ini setup.exe -install mypacks.ini Not at all as neatl

Re: Clone cygwin-setup settings from one PC to another

2005-06-17 Thread Igor Pechtchanski
On Fri, 17 Jun 2005, Max Bowsher wrote: > Oliver Geisen wrote: > > Hello, > > > > is it possible to find out which packages installed via SETUP.EXE on > > one PC and use this information (selection) to automatically install > > the same on another PC ? > > > > e.g. something like: > >cygsetup

Re: IE5 settings in setup.exe

2005-06-17 Thread Andrea M
Any idea how I can make it send an user-agent? Otherwise it won't work. Thanks! On 6/17/05, Markus Schönhaber <[EMAIL PROTECTED]> wrote: > Am Freitag, 17. Juni 2005 17:32 schrieb Andrea M: > > I am having problems with the IE5 settings in the setup program (can't > > get a list of download sites).

UsageEnvironment.mak:17: *** missing separator. Stop.

2005-06-17 Thread Ross MacGillivray
I am compiling one of the livemedia libraries (live.com), and I am getting the following error: E:\livemedia\live\UsageEnvironment>make --makefile=UsageEnvironment.mak UsageEnvironment.mak:17: *** missing separator. Stop. I have seen two explanations for this error i. the line delimitor/para

Re: IE5 settings in setup.exe

2005-06-17 Thread Igor Pechtchanski
Ugh, top-posting. Reformatted. On Fri, 17 Jun 2005, Andrea M wrote: > On 6/17/05, Markus Schönhaber <[EMAIL PROTECTED]> wrote: . Thanks. > > Am Freitag, 17. Juni 2005 17:32 schrieb Andrea M: > > > I am having problems with the IE5 settings in the set

Re: IE5 settings in setup.exe

2005-06-17 Thread Markus Schönhaber
Am Freitag, 17. Juni 2005 19:57 schrieb Igor Pechtchanski: > Ugh, top-posting. Reformatted. > > On Fri, 17 Jun 2005, Andrea M wrote: > > On 6/17/05, Markus Schönhaber <[EMAIL PROTECTED]> wrote: > > . Thanks. > > > > Am Freitag, 17. Juni 2005 17:32 schrie

Re: Problem with using stripped cygwin1.dll built from CVS

2005-06-17 Thread Christopher Faylor
On Fri, Jun 17, 2005 at 10:30:55AM -0500, Brian Ford wrote: >On Fri, 17 Jun 2005, Christopher Faylor wrote: >>On Fri, Jun 17, 2005 at 09:29:48AM -0500, Brian Ford wrote: >>>I wish I would have known this was possible while working on DWARF 2 >>>debugging. Everything I read stated: "If it has a sec

Re: POSIX devices

2005-06-17 Thread Christopher Faylor
On Fri, Jun 17, 2005 at 08:36:04AM -0700, Brian Dessent wrote: >Christopher Faylor wrote: > >> >This, I believe, is an ancient artifact of an old way that the x11 >> >packages used to work, and you can remove this mount. >> >> I don't believe that this mount is optional. /usr/X11RT/lib/X11/fonts

Re: IE5 settings in setup.exe

2005-06-17 Thread Andrea M
Cywgin might not require a specific broser, but the proxy server might. Hence, it might block cygwin if it sends an unauthorized user-agent. I am not sure whether it can block "programs" per se: if the user agent string is the same as IE's can the proxy recognize it comes from cygwin? On 6/17/05,

Re: POSIX devices

2005-06-17 Thread Bengt-Arne Fjellner
Carlo Florendo wrote: > Oliver Vecernik wrote: > >>Hi all, >> >>I'd like to inspect some MBR's from various devices. I have an external >>Firewire disk (x:), an USB stick (e:) and a flash card (F:, pcmcia). >> >>But how do I know the order of device names? It all depends when the >>devices are

Cygwin and firewalls

2005-06-17 Thread Krzysztof Duleba
Hi I am wondering if there is a firewall that coexists with Cygwin well. IIRC, there were complaints about Norton software and about some other firewalls too. What would you recommend me? I ask because I've never had to use firewall before (my home box is behind NAT in a secure network) and I hav

Re: Cygwin and firewalls

2005-06-17 Thread Christopher Faylor
On Fri, Jun 17, 2005 at 09:50:07PM +0200, Krzysztof Duleba wrote: >I am wondering if there is a firewall that coexists with Cygwin well. >IIRC, there were complaints about Norton software and about some other >firewalls too. What would you recommend me? > >I ask because I've never had to use firewa

Re: Cygwin and firewalls

2005-06-17 Thread Bengt-Arne Fjellner
Krzysztof Duleba wrote: > Hi > > I am wondering if there is a firewall that coexists with Cygwin well. > IIRC, there were complaints about Norton software and about some other > firewalls too. What would you recommend me? > > I ask because I've never had to use firewall before (my home box is behi

Perl and spreadsheet module

2005-06-17 Thread Juan Carlos Morataya
Hi, I was tried to run a perl script that makes a call at the Spreadsheet module, but it didn't work, it display an error message that literaly says "Can't locate Spreadsheet/WriteExcel.pm in @INC (@INC contains: /usr/lib/perl15/5.8/cygwin/usr/lib/perl5/site_perl/5.8/cygwin/usr/lib/perl5/ site_perl

Re: Cygwin and firewalls

2005-06-17 Thread Igor Pechtchanski
On Fri, 17 Jun 2005, Krzysztof Duleba wrote: > I am wondering if there is a firewall that coexists with Cygwin well. > IIRC, there were complaints about Norton software and about some other > firewalls too. What would you recommend me? > > I ask because I've never had to use firewall before (my ho

Re: Cygwin and firewalls

2005-06-17 Thread Corinna Vinschen
On Jun 17 21:50, Krzysztof Duleba wrote: > Hi > > I am wondering if there is a firewall that coexists with Cygwin well. > IIRC, there were complaints about Norton software and about some other > firewalls too. What would you recommend me? > > I ask because I've never had to use firewall before (m

Re: Perl and spreadsheet module

2005-06-17 Thread Igor Pechtchanski
On Fri, 17 Jun 2005, Juan Carlos Morataya wrote: > Hi, > I was tried to run a perl script that makes a call at the Spreadsheet > module, but it didn't work, it display an error message that literaly says > "Can't locate Spreadsheet/WriteExcel.pm in @INC (@INC contains: > /usr/lib/perl15/5.8/cygwin

Re: Cygwin and firewalls

2005-06-17 Thread Aaron Gray
I am wondering if there is a firewall that coexists with Cygwin well. IIRC, there were complaints about Norton software and about some other firewalls too. What would you recommend me? I ask because I've never had to use firewall before (my home box is behind NAT in a secure network) and I have

Re: Perl and spreadsheet module

2005-06-17 Thread Igor Pechtchanski
On Fri, 17 Jun 2005, Igor Pechtchanski wrote: > On Fri, 17 Jun 2005, Juan Carlos Morataya wrote: > > > Hi, > > I was tried to run a perl script that makes a call at the Spreadsheet > > module, but it didn't work, it display an error message that literaly says > > "Can't locate Spreadsheet/WriteExc

Re: Cygwin and firewalls

2005-06-17 Thread Krzysztof Duleba
Corinna Vinschen wrote: > > I am wondering if there is a firewall that coexists with Cygwin well. > > IIRC, there were complaints about Norton software and about some other > > firewalls too. What would you recommend me? > > > > I ask because I've never had to use firewall before (my home box is b

Re: Cygwin and firewalls (FAQ alert)

2005-06-17 Thread Christopher Faylor
On Fri, Jun 17, 2005 at 11:01:28PM +0200, Krzysztof Duleba wrote: >Corinna Vinschen wrote: >>>I am wondering if there is a firewall that coexists with Cygwin well. >>>IIRC, there were complaints about Norton software and about some other >>>firewalls too. What would you recommend me? >>> >>>I ask

Re: Cygwin and firewalls (FAQ alert)

2005-06-17 Thread Larry Hall
At 05:07 PM 6/17/2005, you wrote: >On Fri, Jun 17, 2005 at 11:01:28PM +0200, Krzysztof Duleba wrote: >>Corinna Vinschen wrote: I am wondering if there is a firewall that coexists with Cygwin well. IIRC, there were complaints about Norton software and about some other firewalls too. Wha

Sensitive/critical bug found?

2005-06-17 Thread Andreas Eibach
It looks that I have. First of all, ALL version numbers of the tools I used: GNU find version 4.2.11 (cvs) GNU xargs version 4.2.11 (cvs) glib version 2.6.5 (the bug might also appear with other packages) Assumed I am in ~/devel. In devel, I do a tar jxvf glib-2.6.5.tar.bz2 and end up with a

Re: Sensitive/critical bug found?

2005-06-17 Thread Igor Pechtchanski
On Fri, 17 Jun 2005, Andreas Eibach wrote: > It looks that I have. > First of all, ALL version numbers of the tools I used: > > GNU find version 4.2.11 (cvs) > GNU xargs version 4.2.11 (cvs) > glib version 2.6.5 (the bug might also appear with other packages) > > [snip] > $ cd glib-2.6.5 > $ find

Re: Sensitive/critical bug found?

2005-06-17 Thread Andreas Eibach
cygwin@cygwin.com schrieb am 18.06.05 00:41:39: > > $ find . -name '*' | xargs grep -i 'threads_got_initialized' > out2.log > > > > ATTENTION. out2.log will grow and grow ... and grew more than 2 GB here, > > until I got a "No space left on device". > > , and

Installation issues (newbie)

2005-06-17 Thread David Masterson
I used to use Cygwin a long time ago and am now coming back to it. My setup: * Dell Precision Workstation 370 * MS-Windows XP Pro v5.1.2600 Step 1: Install Cygwin * I used setup.exe to first download all of Cygwin to my local hard drive. I do this so that, if I install it a f

Re: Installation issues (newbie)

2005-06-17 Thread Christopher Faylor
On Fri, Jun 17, 2005 at 04:43:02PM -0700, David Masterson wrote: >Step 2: Get an X server working > >* "Default" doesn't install any X, so I reran setup.exe to do an "All" >install (I have room). This got me a "Cygwin/X" menu in the Start menu list, >but didn't provide any obvious way of star

Re: UsageEnvironment.mak:17: *** missing separator. Stop.

2005-06-17 Thread Gerrit P. Haase
Ross MacGillivray wrote: I am compiling one of the livemedia libraries (live.com), and I am getting the following error: E:\livemedia\live\UsageEnvironment>make --makefile=UsageEnvironment.mak UsageEnvironment.mak:17: *** missing separator. Stop. I have seen two explanations for this error i

Re: Perl and spreadsheet module

2005-06-17 Thread Gerrit P. Haase
Juan Carlos Morataya wrote: Hi, I was tried to run a perl script that makes a call at the Spreadsheet module, but it didn't work, it display an error message that literaly says "Can't locate Spreadsheet/WriteExcel.pm in @INC (@INC contains: /usr/lib/perl15/5.8/cygwin/usr/lib/perl5/site_perl/5.8/

Re: Any chance to get Apache 2.0.xx working on cygwin?

2005-06-17 Thread Gerrit P. Haase
Andreas, may I point you to the thread with the subject: Date: 04-10-31 14:37 Subject: httpd-2.0.52 (Apache2) testers wanted / maintainer searched -> http://www.cygwin.com/ml/cygwin/2004-10/msg01447.html My server is not up, I had a crash and all the files below the server root were lost, I ho

Re: cygwin.bat fails with "WFMO failed waiting for cygthread 'WnetGetResourceInformation'

2005-06-17 Thread Christopher Faylor
On Fri, Jun 10, 2005 at 10:30:53AM +0200, Corinna Vinschen wrote: >On Jun 6 11:39, Tim Hart wrote: >> All, >> >> My XP machine is currently unable to connect to my Windows domain before >> logging in. Windows uses cached information to accept my domain login. I >> then VPN to my domain, and lif

Re: bash page fault on Win98SE when running non-Cygwin programs

2005-06-17 Thread Christopher Faylor
On Thu, Jun 09, 2005 at 03:55:19PM -0400, [EMAIL PROTECTED] wrote: >When running some non-Cygwin programs from bash (seems to be mostly a >problem with 16-bit programs, but also some 32-bit programs), bash gets >an invalid page fault in KERNEL32.DLL and pops up a fault dialog. Corinna managed to n

Re: bash page fault on Win98SE when running non-Cygwin programs

2005-06-17 Thread Christopher Faylor
On Fri, Jun 17, 2005 at 09:49:39PM -0400, Christopher Faylor wrote: >On Thu, Jun 09, 2005 at 03:55:19PM -0400, [EMAIL PROTECTED] wrote: >>When running some non-Cygwin programs from bash (seems to be mostly a >>problem with 16-bit programs, but also some 32-bit programs), bash gets >>an invalid page

Perhaps a silly question or two

2005-06-17 Thread G.A.L.
(1) I've installed cygwin and am building using the C++ compiler - in order to get code using the STL to build, do I have to install the Standard Template Library in addition to the C++ compiler? I ask because it doesn't appear that I can get my STL code calls to build. (2) More of a compiler quest

How to write minimal program using GD library

2005-06-17 Thread Siegfried Heintze
I'm looking at the GD documentation (a C graphics library) and it pointed me to a simple minimal C program. I cut and pasted this. See below. I cannot get it to work, however, with g++ or msvc v7. When I follow the directions with gcc, it compiles and links fine but when I try to run the resulting

Re: Perhaps a silly question or two

2005-06-17 Thread Brian Dessent
"G.A.L." wrote: > (1) I've installed cygwin and am building using the C++ compiler - in order > to get code using the STL to build, do I have to install the Standard > Template Library in addition to the C++ compiler? I ask because it doesn't > appear that I can get my STL code calls to build. No

Re: How to write minimal program using GD library

2005-06-17 Thread Brian Dessent
Siegfried Heintze wrote: > I cannot get it to work, however, with g++ or msvc v7. When I follow the I very much doubt that you will be able to use Cygwin libraries with MSVC, unless you know precisely what you're doing. > directions with gcc, it compiles and links fine but when I try to run the