for   
Save 
Save 
   Join IIUG  

Informix News
14 August 08 - IIUG.org - Sellout Expected for the 2009 IIUG Informix Conference... Read
29 April 08 - IntelligentEnterprise.com - IBM Informix Upgrade Enhances Clustering, Database Management... Read
29 April 08 - itweek.com - IBM 'Cheetah 2' mauls data costs... Read
28 April 08 - eWeek.com - IBM Uncages Cheetah 2 Data Server... Read
28 April 08 - CNNMoney.com - IBM Helps Clients Reduce Data Management Costs With New Informix Dynamic Server... Read
09 April 08 - CNNMoney.com - MediaSpan Embeds IBM Informix Dynamic Server Software for Delivering News to Print, Web and Wireless Devices... Read
08 April 08 - IT-Director.com - Informix seeks developers... Read
18 February 08 - marketwire.com - Icarus Studios Partners With IBM to Upgrade Performance, Availability for Its Online Games... Read
17 January 08 - eWeek.com - IBM Adds Mac Support to IDS for Higher Education... Read
17 January 08 - informationweek.com - Lotus Notes For iPhone Signals Closer Ties Between IBM, Apple... Read
16 January 08 - marketwire.com - IBM Informix Dynamic Server to Deliver Support for Mac OS X... Read
16 January 08 - internetnews.com - IBM's IDS to Support Mac Platform... Read
28 June 07 - REG Developer - IBM and Informix tie down Cheetah... Read
27 June 07 - CBRonline.com - IBM corrects its own Informix customer figures... Read
14 June 07 - vnunet.com - IBM changes spots with Informix 'Cheetah' database... Read
14 June 07 - eChannelLine - IBM expands scope for IDS... Read
14 June 07 - Resellernews - IBM: Informix database alive and kicking... Read
13 June 07 - DB2 Magazine - Cheetah is now out of the gate... Read
12 June 07 - IBM - IDS 11 release announcement (pdf)... Read
12 June 07 - ChannelWeb Network - IBM Uncages IDS 11, Aka Cheetah, Database... Read
12 June 07 - eWeek.com - IBM's 'Cheetah' Ready to Pounce... Read
12 June 07 - InformationWeek - IBM Unleashes 'Cheetah' Database... Read
12 June 07 - WebWire - IBM Strengthens Database Portfolio With New Informix Dynamic Server... Read
12 June 07 - Intelligent Enterprise - IBM Unveils Informix Upgrade... Read
12 June 07 - ComputerWeekly.com - IBM's Cheetah IDS makes leap to better data centre clustering... Read
12 June 07 - ebiz - IBM Unveils Next Generation Informix Dynamic Server... Read
12 June 07 - computerworld.com - Will 'Cheetah' help IBM's Informix chase down market share?... Read
12 June 07 - Internetnews.com - No Data Can Outrun This 'Cheetah'... Read
12 June 07 - de.internet.com - IBM neuer Datenbank-Server mit Codenamen Cheetah ist fertig... Read
12 June 07 - verifox.de - IBM stärkt Datenbank-Portfolio mit neuem Informix Dynamic Server... Read
12 June 07 - golem.de - Informix 11 vorgestellt... Read
12 June 07 - Computerwoche.de - IBM stellt neue Informix-Version vor... Read
12 June 07 - IBM.de - IBM stärkt Datenbank-Portfolio mit neuem Informix Dynamic Server... Read
12 June 07 - Heise - IBM gibt Informix 11 frei... Read
25 May 07 - Taiwan.CNET.com - Local Taiwan Informix user group established... (Chinese language) ... Read
18 May 07 - ChannelWeb Network - IBM Musters Partners For Cheetah Release... Read
18 May 07 - eWeek.com - IBM Looks to 'Cheetah' to Speed Up Blade Servers... Read
7 May 07 - DB2 Magazine - SQL Shortcuts - Use these tricks to generate IDS SQL scripts... Read

Previous news items
 

Home Member Area About IIUG


Resources
IIUG Insider
IIUG Hotspots
IBM-Informix Links
IIUG RSS Feeds
Software Repository
Informix Products
Online Resources
Informix Library
Informix Books
IIUG Banners
Discussion
Technical SIGs
Non-technical
Other Discussion
Community
Events
Webcasts/Chat w Lab
IIUG TV
IIUG Sponsors
Informix Business Directory
IIUG Press Partners
Local User Groups
Job Board
Fun Stuff

[ View Thread ] [ Post Response ] [ Return to Index ] [ Read Prev Msg ]

Datablade List Forum

Re: Can't Make / Compile Module

Posted By: Jonathan Leffler
Date: Saturday, 17 May 2008, at 9:57 p.m.

In Response To: Can't Make / Compile Module (Emiliano Romero)

Dear Emiliano,

Did you get any answer to this - or have you resolved it on your own?

Have you contacted IBM/Informix Technical Support?

If you've not been successful, you could consider posting to one of
the other mailing lists (I'd suggest ids@iiug.org) or just let me know
and I'll try and get the request to someone who can help.

On Wed, May 7, 2008 at 1:38 PM, Emiliano Romero <eromero@sitrack.com> wrote:
> Hi!, First I want to sorry about my English, I'm from Argentina and my
> English isn't very good.
>
> I'm really new in this stuff of datablade modules. I have a real heavy SPL
> so I want to make it in C to see if it runs faster. I'm trying to use
> dapi/String example in UNIX. I have generated the Datablade with UNIX
> Format. After that I copy all the directory of the proyect to my Linux
> Machine. There, in the src directory I run:
>
> # make -f StringsU.mak
>
> And I get the next result:
>
> mkdir -
> if test "" = "hpux" ; \
>
> then make -f StringsU.mak server ; \
>
> else make -f StringsU.mak server ; \
>
> fi
> make[1]: Entering directory `/home/informix/dbdk/Strings/src'
> cc -DMI_SERVBUILD -I/opt/informix/incl/public -I/opt/informix/incl/esql
> -I/opt/informix/incl -o -/support. -c c/support.c
> cc -DMI_SERVBUILD -I/opt/informix/incl/public -I/opt/informix/incl/esql
> -I/opt/informix/incl -o -/udr. -c c/udr.c
> cc -DMI_SERVBUILD -I/opt/informix/incl/public -I/opt/informix/incl/esql
> -I/opt/informix/incl -o -/CompressedStr. -c c/CompressedStr.c
> o -/Strings. \
>
> -/support. -/udr. -/CompressedStr. \
>
> 2> link.errs
> make[1]: [-/Strings.] Error 127 (ignored)
> if test -x /opt/informix/bin/filtersym.sh ; \
>
> then /opt/informix/bin/filtersym.sh link.errs ; \
>
> else cat link.errs ; \
>
> fi
> awk: cmd. line:1255: else if ($1 == "rtypwidth") {}
> awk: cmd. line:1255: ^ memory exhausted
> make[1]: *** [-/Strings.] Error 1
> make[1]: Leaving directory `/home/informix/dbdk/Strings/src'
> make: *** [all] Error 2
>
> I also try to make a new Project, and try with other Examples and I get the
> same error always. Any clue of what I'm doing wrong? I have search about
> this with no luck.
>
> Any help will be appreciate.
>
> Regards!
>
> Emiliano S. Romero
> Proyect Leader
> Sitrack.com Argentina S.A.
> E-mail: eromero@sitrack.com
>
> This message is for the designated recipient only and may contain privileged,
> proprietary, or otherwise private information.
> If you have received it in error, please notify the sender immediately and
> delete the original. Any other use of the email by you is prohibited.
>
>
> *******************************************************************************
> Forum Note: Use "Reply" to post a response in the discussion forum.
>
> See you at the IIUG Informix 2008 Conference
> The Power Conference for Informix Professionals
> April 27 - 30, 2008 Marriott Overland Park (Kansas City), Kansas
> http://www.iiug.org/conf
> Registration Now Open!!
>

--
Jonathan Leffler #include <disclaimer.h>
Email: jleffler@earthlink.net, jleffler@us.ibm.com
Guardian of DBD::Informix v2008.0229 -- http://dbi.perl.org/
"Blessed are we who can laugh at ourselves, for we shall never cease
to be amused."
NB: Please do not use this email for correspondence.
I don't necessarily read it every week, even.

Messages In This Thread

  • Can't Make / Compile Module
    Emiliano Romero -- Wednesday, 7 May 2008, at 4:38 p.m.
    • Re: Can't Make / Compile Module
      Jonathan Leffler -- Saturday, 17 May 2008, at 9:57 p.m.

[ View Thread ] [ Post Response ] [ Return to Index ] [ Read Prev Msg ]

Datablade List Forum is maintained by Administrator with WebBBS 5.12.

©2001 - 2007 International Informix Users Group.   All rights reserved.     Terms of use    
*** Powered By IBM Informix Dynamic Server V10.00 ***