P

나의 iPod에서 보냄

2008. 05. 23 오전 1:00 [EMAIL PROTECTED] 작성:


Send uClinux-dev mailing list submissions to
   [email protected]

To subscribe or unsubscribe via the World Wide Web, visit
   http://mailman.uclinux.org/mailman/listinfo/uclinux-dev
or, via email, send a message with subject or body 'help' to
   [EMAIL PROTECTED]

You can reach the person managing the list at
   [EMAIL PROTECTED]

When replying, please edit your Subject line so it is more specific
than "Re: Contents of uClinux-dev digest..."


Today's Topics:

  1. Re: CGI template html page interpreter (Erwin Authried)
  2. glibc with Snapgear toolchains (libgcc_s.so.1)? (Lance Spaulding)


----------------------------------------------------------------------

Message: 1
Date: Wed, 21 May 2008 18:22:56 +0200
From: Erwin Authried <[EMAIL PROTECTED]>
Subject: Re: [uClinux-dev] CGI template html page interpreter
To: uClinux development list <[email protected]>
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain

Haserl and awx (awk with web extensions)

Take a look at openwrt and x-wrt for examples and documentation.

Regards,
Erwin

Am Mittwoch, den 21.05.2008, 11:26 +0200 schrieb Michael Schnell:
I'd like to create a cgi application that is started by (e.g. boa).

I have a working simplistic example (provided with uClinux-dist). But
same creates the HTML-page to be displayed completely by C code.

I am quite sure that there are lots of open source projects that take
HTML code from files and replace embedded "variables" by dynamically
controlled values.

I feel that things like LUA are too heavy for a first try.

Can somebody recommend something simple ?

-Michael
_______________________________________________
uClinux-dev mailing list
[email protected]
http://mailman.uclinux.org/mailman/listinfo/uclinux-dev
This message was resent by [email protected]
To unsubscribe see:
http://mailman.uclinux.org/mailman/options/uclinux-dev
-- Dipl.-Ing. Erwin Authried
Softwareentwicklung und Systemdesign



------------------------------

Message: 2
Date: Thu, 22 May 2008 09:46:56 -0600
From: Lance Spaulding <[EMAIL PROTECTED]>
Subject: [uClinux-dev] glibc with Snapgear toolchains (libgcc_s.so.1)?
To: uClinux development list <[email protected]>
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset=ISO-8859-1

Hi all,

I've been working on adding glibc (2.7) to the distribution and have
most things working but am unable to run any pthread applications.
Launching a pthread app results in the following:

libgcc_s.so.1 must be installed for pthread_cancel to work

I'm using the gcc 4.2.1 toolchains from Snapgear but these don't include
the libgcc_s shared library (just a static libgcc.a).  The glibc nptl
source is hard-coded to dlopen() this library so I can't try linking to
the static version.  Is there some reason these toolchains have to be
built w/o shared libgcc_s?  Can i just rebuild them without the
--disable-shared option or is something more needed?

Thanks in advance,
Lance


------------------------------

_______________________________________________
uClinux-dev mailing list
[email protected]
http://mailman.uclinux.org/mailman/listinfo/uclinux-dev
This message was resent by [email protected]
To unsubscribe see:
http://mailman.uclinux.org/mailman/options/uclinux-dev

End of uClinux-dev Digest, Vol 61, Issue 19
*******************************************
_______________________________________________
uClinux-dev mailing list
[email protected]
http://mailman.uclinux.org/mailman/listinfo/uclinux-dev
This message was resent by [email protected]
To unsubscribe see:
http://mailman.uclinux.org/mailman/options/uclinux-dev

Reply via email to