[symfony-users] Re: link_to_remote page flicker

2009-08-04 Thread DEEPAK BHATIA
link_to_remote(Link text, array(    url=module/action,    update=div_to_update,    script=true,    complete=Effect.Appear('div_to_load', { duration : 0.5 }) )) ? - Original Message - From: DEEPAK BHATIA toreachdee...@gmail.com To: symfony-users@googlegroups.com Sent: Monday, August 3

[symfony-users] Re: link_to_remote page flicker

2009-08-04 Thread DEEPAK BHATIA
Hi, I am not getting firebug errors but the flicker is less in Firefox. I get the following error in IE though. Thanks Deepak Bhatia On Tue, Aug 4, 2009 at 12:23 PM, Gareth McCumskeygmccums...@gmail.com wrote: Do you get any Firebug errors that point that out as the cause. If you were

[symfony-users] Ajax functionality

2009-08-04 Thread DEEPAK BHATIA
Hi, In the below javascript function, we are using window.location.replace(/crb/web/tool_staging.php/home/showfullbooking?id=+selectdate); We want to replace the window.location.replace by the Ajax call using XMLHttpRequest object. Do we have any symfony interface to achive this ? Regards

[symfony-users] Re: link_to_remote page flicker

2009-08-03 Thread DEEPAK BHATIA
text, array(    url=module/action,    update=div_to_update,    script=true,    complete=Effect.Appear('div_to_load', { duration : 0.5 }) )) ? - Original Message - From: DEEPAK BHATIA toreachdee...@gmail.com To: symfony-users@googlegroups.com Sent: Monday, August 3, 2009 10:45:31 AM

[symfony-users] link_to_remote - Ajax Call

2009-07-30 Thread DEEPAK BHATIA
on the link_to_remote hyperlink and the module is displayed on the main page, I get a flicker. Should I put the path of the external JS files in the module called. Thanks Deepak Bhatia --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

[symfony-users] Re: link_to_remote - Ajax Call

2009-07-30 Thread DEEPAK BHATIA
Hi, Please find my link_to_remote code. There is a script tag at the bottom of the page but it's related css and js files are in main page. Thanks Deepak Bhatia On Thu, Jul 30, 2009 at 2:17 PM, Gareth McCumskeygmccums...@gmail.com wrote: Can we see your link_to_remote code

[symfony-users] Re: link_to_remote - Ajax Call

2009-07-30 Thread DEEPAK BHATIA
of Yahoo ? Shall I use the Ajax calls of Yahoo library itself ? Regards Deepak Bhatia On Thu, Jul 30, 2009 at 5:47 PM, Gareth McCumskeygmccums...@gmail.com wrote: Well Actually I was referring to just the line of code that calls the link_to_remote helper... - Original Message

[symfony-users] Re: link_to_remote

2009-07-24 Thread DEEPAK BHATIA
javascript within ajax responses: http://www.symfony-project.org/book/1_2/11-Ajax-Integration#chapter_11_sub_authorizing_script_execution Am 24.07.2009 um 07:41 schrieb DEEPAK BHATIA: Hi, The code in javascript section in test2Success.php is not executed. Why is that when link_to_remote

[symfony-users] Re: link_to_remote

2009-07-24 Thread DEEPAK BHATIA
#chapter_11_sub_authorizing_script_execution Am 24.07.2009 um 07:41 schrieb DEEPAK BHATIA: Hi, The code in javascript section in test2Success.php is not executed. Why is that when link_to_remote is called, the associated action/module doesn't execute Javascript code

[symfony-users] Re: link_to_remote

2009-07-24 Thread DEEPAK BHATIA
Hi, I have removed the body tag even then the yahoo ui is not working. Regards Deepak Bhatia On Fri, Jul 24, 2009 at 12:11 PM, Frank Stelzerd...@bleedingmoon.de wrote: But your former posted ajax template works (the alert example)?? Why the hell do use the body tag there? ... The body

[symfony-users] Re: link_to_remote

2009-07-24 Thread DEEPAK BHATIA
Hello, Yes it is working now. Thanks Deepak On Fri, Jul 24, 2009 at 12:47 PM, DEEPAK BHATIAtoreachdee...@gmail.com wrote: Hi, I have removed the body tag even then the yahoo ui is not working. Regards Deepak Bhatia On Fri, Jul 24, 2009 at 12:11 PM, Frank Stelzerd...@bleedingmoon.de

[symfony-users] link_to_remote

2009-07-23 Thread DEEPAK BHATIA
. Please help me resolve this issue. Regards Deepak Bhatia --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups symfony users group. To post to this group, send email to symfony-users@googlegroups.com To unsubscribe from

[symfony-users] Re: link_to_remote

2009-07-23 Thread DEEPAK BHATIA
ui-magic never initialized. 2009/7/23 DEEPAK BHATIA toreachdee...@gmail.com I have a web page which is referenced by link_to_remote action. This web page/template has yahoo user interface javascript api's. When I call this page as normal form submission, I get the functionality of yahoo user

[symfony-users] Re: compat_10 in settings.yml

2009-07-13 Thread DEEPAK BHATIA
Hi, Thanks for your reply. I am changing the value in settings.yml file and doing php symfony cc. But still sf_compat_10 is coming as false in config_settings.yml.php in cache. Regards Deepak Bhatia On Mon, Jul 13, 2009 at 2:22 PM, Gareth McCumskeygmccums...@gmail.com wrote: Everytime you

[symfony-users] compat_10 in settings.yml

2009-07-12 Thread DEEPAK BHATIA
went to cache file of settings.yml and set sf_compat_10 to true, symfony worked fine. What is the solution to the problem and why it is coming in one project and not on another ? Regards Deepak Bhatia --~--~-~--~~~---~--~~ You received this message because you

[symfony-users] Re: Install Plugin manualy

2009-06-30 Thread DEEPAK BHATIA
On windows or linux On Tue, Jun 30, 2009 at 1:24 PM, seifolah Ghaderisepel...@gmail.com wrote: Hi . I Want to add plugin manually ,I see some plugin contains some folder and module. I Download some symfony plugin and extract it.But it contains only one file. What's problem?

[symfony-users] Re: Session Timeout Issue

2009-06-08 Thread DEEPAK BHATIA
Hi, What is the maximum value of timeout ? Also in case we want to give infinite timeout, what should we do then ? Thanks Deepak Bhatia On Mon, Jun 1, 2009 at 12:35 PM, Tomasz Ignatiuktomek.ignat...@gmail.com wrote: Everything seems to be fine. Maybe try to set this:   storage

[symfony-users] Use of Symfony APIs

2009-06-05 Thread DEEPAK BHATIA
Hi, I am trying to use the API's given with the Symfony package given in http://www.symfony-project.org/api/1_1/. But i am not able to get the user guide for using API's with examples. Do we have complete example list using the API's of the Symfony libraries ? Thanks Deepak

[symfony-users] using sfPropelData Class

2009-06-05 Thread DEEPAK BHATIA
Thanks Deepak Bhatia --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups symfony users group. To post to this group, send email to symfony-users@googlegroups.com To unsubscribe from this group, send email to symfony-users

[symfony-users] Re: functional testing

2009-06-04 Thread DEEPAK BHATIA
Hi, We are trying to understand the below code written for testing we guess ul/li tags in the template. We are not able to understand $b-checkResponseElement('ul#list li a[href]', 'click me'); $b-checkResponseElement('ul li', 'click me'); $b-checkResponseElement('ul + li', 'click me'); On

[symfony-users] Javascript Issue - Not getting all objects of the html tag created

2009-06-03 Thread DEEPAK BHATIA
Hi, I have a javascript function function dist2(value1,value2) { var des = description; for(m=value1;mvalue2;m++) { document.write(document.getElementById(des+m)+BR); } return false; } The id's of the text area are built as given below ==

[symfony-users] Re: Session Timeout Issue

2009-06-01 Thread DEEPAK BHATIA
Hi, Thanks for the response. I am attaching the factories.yml file used by me. Please let me know if there is any issue regarding session timeout. Regards Deepak Bhatia On Sun, May 31, 2009 at 6:38 PM, Tomasz Ignatiuk tomek.ignat...@gmail.com wrote: You don;t need sfGuardPlugin. Are you

[symfony-users] Spreadsheet_Excel_Writer

2009-06-01 Thread DEEPAK BHATIA
Hi, I have installed the libraries for Spreadsheet_Excel_Writer in php directory where I am accessing the correct php files for below example but I am not able to get test.xls file. Please help me in this regard. Thanks Deepak Bhatia === ?php

[symfony-users] Re: Page specific javascript question

2009-06-01 Thread DEEPAK BHATIA
Please refer text below link http://www.symfony-project.org/book/1_2/07-Inside-the-View-Layer = File Inclusion Configuration Adding a specific style sheet or JavaScript file to a view is easy, as Listing 7-26 demonstrates. Listing 7-26 -

[symfony-users] Session Timeout Issue

2009-05-29 Thread DEEPAK BHATIA
Hi, We have set the session time out to 32400 seconds but for some users the timeout occurs after standard 30 seconds. Kindly let me know the issue. Regards Deepak Bhatia --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google

[symfony-users] Re: Session Timeout Issue

2009-05-29 Thread DEEPAK BHATIA
Hi, We have the following in the factories.yml file all: user: class: myUser param: timeout: 32400 Is it not sufficient to handled the session timeout ? Do we need to use sfGaurdPlugin ? Regards Deepak Bhatia On Fri, May 29, 2009 at 12:44 PM, Gábor Fási maerl

[symfony-users] Re: Session Timeout Issue

2009-05-29 Thread DEEPAK BHATIA
Hi Gábor, I have installed the sfGaurdPlugin. Do I just need to do #php symfony cc as I am not going for security features. Just changing the two files is sufficient for the changes given below 1. filters.yml 2. app.yml === I have two points

[symfony-users] Remember Me - sfGuardPlugin

2009-05-29 Thread DEEPAK BHATIA
Hi Gábor, I have installed the sfGaurdPlugin. Do I just need to do #php symfony cc as I am not going for security features. Just changing the two files is sufficient for the changes given below 1. filters.yml 2. app.yml === I have two points

[symfony-users] sfGuardPlugin Usage

2009-05-29 Thread DEEPAK BHATIA
Hi, I want to use Remember Me feature of sfGuardPlugin. Please help in this regard. Thanks Deepak Bhatia --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups symfony users group. To post to this group, send email

[symfony-users] Re: Task generate-admin is not defined.

2009-05-26 Thread DEEPAK BHATIA
Hi, Symfony 1.1 has the following Initiating an Administration Module With symfony, you build an administration on a per-module basis. A module is generated based on a Propel object using the propel:init-admin task: php symfony propel:init-admin backend article Article Thanks Deepak On

[symfony-users] Select multiple cells in a table

2009-05-25 Thread DEEPAK BHATIA
Hi, I am building an application where i need to selected multiple rows in a column in a table using mouse then use them for further action. Please let me know how to do it. Regards Deepak Bhatia --~--~-~--~~~---~--~~ You received this message because you

[symfony-users] Re: autoload PHPExcel

2009-05-11 Thread DEEPAK BHATIA
Hi, Can you please send me the PHPExcel library/link used by you ? Regards Deepak Bhatia On Mon, May 11, 2009 at 12:52 PM, Tomasz Ignatiuk tomek.ignat...@gmail.comwrote: I thought so, but I didn't know how to fix it. For now it is working with set path. :) DEEPAK BHATIA: I also used

[symfony-users] Re: autoload PHPExcel

2009-05-10 Thread DEEPAK BHATIA
Hi, I used the following http://www.symfony-project.org/plugins/sfPhpExcelPlugin Does you mean the same or is it some other PHP Library. Regards Deepak Bhatia On 5/10/09, Richtermeister nex...@gmail.com wrote: Hey Tomasz, the problem is not that symfony doesn't find the files

[symfony-users] Re: autoload PHPExcel

2009-05-08 Thread DEEPAK BHATIA
Hi, I unzipped/untar the sfPhpExcelPlugin-1.0.1 in the myproject/plugins directory. Then I did symfony cc and it worked for mr. Regards Deepak Bhatia On Fri, May 8, 2009 at 6:41 PM, Tomasz Ignatiuk tomek.ignat...@gmail.comwrote: Hi I use PHPexcel but not by a symfony plugin which mess up

[symfony-users] Re: how to generate pdf?

2009-04-20 Thread DEEPAK BHATIA
Use sfPhpExcelPlugin-1.0.1. You can turn the desired data into the pdf file. Regards Deepak On Mon, Apr 20, 2009 at 3:05 PM, afaf afafel...@gmail.com wrote: hello, I am using symfony 1.2, I have a page which contains a list, an image and ofcourse footer and header and I want to convert it

[symfony-users] Re: form_remote_tag() - update problem

2009-04-19 Thread DEEPAK BHATIA
You mean your home/mypage is opening in the div errorlogin when you are successful. On Mon, Apr 20, 2009 at 3:21 AM, Guychmyrat Amanmyradov guychmy...@yahoo.com.tr wrote: Hello, i'm tring to check login with ajax. on main page, there is a login link. when you click on it, a div is

[symfony-users] Re: Add Foreign Key to mysql table

2009-04-04 Thread DEEPAK BHATIA
Hi, The problem is solved when I run below command ALTER TABLE projecttype_table TYPE=InnoDB; Thanks Deepak Bhatia On 4/2/09, whalexis alexis.degrugill...@gmail.com wrote: Hi you should have a look at this http://dev.mysql.com/doc/refman/5.1/en/innodb-foreign-key-constraints.html

[symfony-users] Re: Mysql Restore Issue

2009-04-01 Thread DEEPAK BHATIA
Hi, How can I add a column to the mysql table which refers a foreign table ? I have added a column project_type in project_table but this refers to projecttype_table. Regards Deepak Bhatia On Thu, Mar 26, 2009 at 6:11 PM, Dheeraj Kumar Aggarwal dheerajcom...@gmail.com wrote: Hi Deepak

[symfony-users] Re: http not working

2009-03-26 Thread DEEPAK BHATIA
Hi, Thanks for your response. http://127.0.0.1 is working but http://10.0.1.66/xampp is not working rather https://10.0.1.66/xampp is working. Regards Deepak On Wed, Mar 25, 2009 at 10:33 PM, Eno symb...@gmail.com wrote: On Tue, 24 Mar 2009, DeepakBhatia wrote: But I am not able to

[symfony-users] Re: http not working

2009-03-26 Thread DEEPAK BHATIA
Hi, Since we using xampp on linux hence when we start the apache, it automatically starts with SSL on. http://www.apachefriends.org/en/xampp-linux.html Is it possible to start apache without SSL ? Regards Deepak Bhatia [r...@localhost lampp]# ./lampp startapache XAMPP: Starting Apache

[symfony-users] Re: where should I add file with javascript.

2009-03-14 Thread DEEPAK BHATIA
There are three ways of specifying the javascript file http://www.symfony-project.org/book/1_2/07-Inside-the-View-Layer Please see the section 7-26 // In the view.yml indexSuccess: javascripts: [myscript] [php] // In the Action $this-getResponse()-addStylesheet('mystyle1');

[symfony-users] Re: Playing wmv Files in Firefox

2009-02-28 Thread DEEPAK BHATIA
I don't get an error message but the files plays well on IE but not on Firefox. Btu if I specify the file path as C:\, then it plays well on both IE and Firefox. Why the file doesn't play on firefox when I specify the Symfony path ? I am getting the same problem in the php file below

[symfony-users] Re: Playing wmv Files in Firefox

2009-02-28 Thread DEEPAK BHATIA
Hi, Thanks for your help. The problem was with https. Regards Deepak Bhatia On 2/28/09, Eno symb...@gmail.com wrote: On Sat, 28 Feb 2009, DeepakBhatia wrote: When I specify the following line, then this movie plays fine in Firefox embed object src=c:\caves_320_240_512kbps.wmv

[symfony-users] Re: displaying list

2009-02-26 Thread DEEPAK BHATIA
Hi Pooja, Please see the html code generated from the php code below. You will get to know the significance for using value 4. ?php echo select_tag('test', options_for_select($options, 4) ? Thanks Deepak Bhatia On Thu, Feb 26, 2009 at 7:46 PM, Eno symb...@gmail.com wrote: On Wed, 25 Feb

[symfony-users] Re: Autoloading of other classes

2009-02-22 Thread DEEPAK BHATIA
Hi, I had installed PHPExcel class using sfPhpExcel Plugin in the plugins directory. Then I executed symfony cc. After that things started working. Chapter 2 - Class Autoloading gives a fairly good idea about the same. =

[symfony-users] Re: How to download a file ?

2009-02-18 Thread DEEPAK BHATIA
I do: viewl.yml documentDocSuccess: has_layout: off http_metas: content-type: application/msword the rest, the template etc as usual, only that I write rtf code instead of html. symfony rocks!!! On 2/16/09, DEEPAK BHATIA toreachdee...@gmail.com wrote: Hi Sven, Thanks

[symfony-users] Re: How to download a file ?

2009-02-16 Thread DEEPAK BHATIA
to my machine ? Thanks Deepak Bhatia --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups symfony users group. To post to this group, send email to symfony-users@googlegroups.com To unsubscribe from this group

FW: Problem in clone mode with two display card

2008-08-13 Thread Deepak Bhatia
:0:0 EndSection Best Regards Deepak Bhatia -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Alan Hourihane Sent: Tuesday, August 12, 2008 1:40 PM To: Ashish Jain Cc: [EMAIL PROTECTED] Subject: RE: Problem in clone mode with two display card On Tue, 2008

ATI Cards with VGA and DVI Ports

2008-08-04 Thread Deepak Bhatia
we write the xorg.conf file ? Best Regards Deepak Bhatia Disclaimer: This message and any attachment(s) contained here are information that is confidential, proprietary to NEC HCL System Technologies and its customers. Contents may be privileged or otherwise protected by law

http://listas.softwarelivre.org/pipermail/multilinux/2008-February/001068.html

2008-07-31 Thread Deepak Bhatia
Hi, We have an ATI Card which we install the PCI bus. When we run Xorg -configure, we get the following output. Is this display card is the ATI Radeon 7000 card ? Best Regards Deepak Bhatia Section Device Identifier Card1 Driver ati VendorName ATI

Radeon Desktop Video Cards

2008-07-29 Thread Deepak Bhatia
with on board VGA card and Radeon 7000 card as the secondary card on the PCI Slot. When we select the Radeon Card, the system (Windows XP) hangs. Kindly let us know if somebody has faced this issue. Regards Deepak Bhatia Disclaimer: This message and any attachment(s) contained here

Radeon Desktop Video Cards

2008-07-23 Thread Deepak Bhatia
/products/radeonx1600/index.html ATI Radeon(tm) X1550 Series http://ati.amd.com/products/radeonx1550/index.html ATI Radeon(tm) X1300 Series http://ati.amd.com/products/RadeonX1300/index.html ATI Radeon(tm) X1050 Series http://ati.amd.com/products/RadeonX1050/index.html%20 Regards Deepak

Re: [splint-discuss] splint-discuss Digest, Vol 47, Issue 1

2008-06-09 Thread Deepak Bhatia
---BeginMessage--- Try all combinations given on page 75 to show all the errors Message Format These flags control how messages are printed. They may be set at the command line, in options files, or locally in syntactic comments. The line-len and limit flags may be preceded by + or - with

[splint-discuss] Query

2008-03-26 Thread Deepak Bhatia
reference is not necessarily released. (Use -onlytrans to inhibit warning) Kindly help us in understanding the meaning of -only-trans. Regards Deepak Bhatia ___ splint-discuss mailing list splint-discuss@mail.cs.virginia.edu http://www.cs.virginia.edu

Re: [magick-users] Static Multi-threaded DLL runtimes

2007-06-02 Thread DEEPAK BHATIA
Hi, We are looking at using ImageMagick DLL in our .NET application. Which DLL you would suggest us to use ? Regards Deepak Bhatia On 5/30/07, me [EMAIL PROTECTED] wrote: ImageMagick gives the following options: 1. Dynamic Multi-threaded DLL runtimes (VisualDynamicMT). 2. Static

Re: [magick-users] Image Format Conversion

2007-05-29 Thread DEEPAK BHATIA
Hi, Thanks for your reply. Is it possible to give the APIs to be used from Magick Wand library ? Regards Deepak Bhatia On 5/29/07, David Harmon [EMAIL PROTECTED] wrote: On Mon, 28 May 2007 19:18:23 +0530, DEEPAK BHATIA deepak.bhatia-at-score.co.in |ImageMagick| [EMAIL PROTECTED] wrote: I

[tools-linking] Problem for array with 0 element

2007-03-13 Thread Deepak Bhatia
Hi, In the Solaris source code, the following syntax is used for example struct dhkey { u_short length; /* Length in bytes */ u_char key[1]; /* Binary data; allocated to correct length */ }; May be you have to change it to 1 :-) Regards Deepak Bhatia -Original Message

[powerpc-discuss] Dynamic Linker For PowerPC

2007-02-28 Thread DEEPAK BHATIA
libld.so.4 =/lib/libld.so.4 libc.so.1 = /lib/libc.so.1 libelf.so.1 = /lib/libelf.so.1 libm.so.2 = /lib/libm.so.2 From where I can get libc.so.1 and libm.so.2 for the PowerPC Platform ? Regards Deepak Bhatia This message posted from opensolaris.org

[tools-linking] Re: dtrace_data.c File in rtld/i386

2007-02-28 Thread Deepak Bhatia
is introduced in the dynamic linker how it is going to help us ? Why dtrace_data[] array is 64 bytes in i386 and 128 bytes in Sparc (32 words of unsigned int) ? Is it more appropriate to ask this question in dtrace discussion forum ? Regards Deepak Bhatia -Original Message- From: Adam

[tools-linking] Dynamic Linker For PowerPC

2007-02-28 Thread DEEPAK BHATIA
libld.so.4 =/lib/libld.so.4 libc.so.1 = /lib/libc.so.1 libelf.so.1 = /lib/libelf.so.1 libm.so.2 = /lib/libm.so.2 From where I can get libc.so.1 and libm.so.2 for the PowerPC Platform ? Regards Deepak Bhatia This message posted from opensolaris.org

[tools-linking] dtrace_data.c File in rtld/i386

2007-02-27 Thread DEEPAK BHATIA
Hi, The dtrace_data.c file is related to the dynamic tracing. Why this file is just linked into the ld.so.1 using -ztrace=dtrace_data in Makefile.com ? How do we use this file for dynamic tracing ? Thanks Deepak Bhatia This message posted from opensolaris.org

[tools-linking] Re: dtrace_data.c File in rtld/i386

2007-02-27 Thread DEEPAK BHATIA
Hi Adam, Thanks for your reply. I am not able to understand a bit of it. The dtrace_data array is not used anywhere in the code. Though I have studied the dtrace tool user's manual. Regards Deepak Bhatia This message posted from opensolaris.org

[tools-linking] relative relocation

2007-02-22 Thread Deepak Bhatia
Hi Michael, I see that you have written the TLS related stuff for Sparc and i386. Does the ARM has the same implications for various TLS models like General Dynamic, Local Dynamic, , Initial Exec and local-exec. Regards Deepak Bhatia -Original Message- From: tools-linking-boun

RE: [osol-help] Re: Does the dmake do incremental building?

2007-02-19 Thread Deepak Bhatia
Hi, nightly -i ./opensolaris.sh do the incremental build. Also when I change a file, I run the command dmake all, but this only builds the changed file. Deepak -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Thomas De Schampheleire Sent: Tuesday,

[tools-linking] boot.s in rtld/i386 and _rtboot.s i386/crt

2007-02-15 Thread Deepak Bhatia
to the executable, and if there are dynamic sections/relocations in the executable dynamic linker resolves that ? Regards Deepak Bhatia -Original Message- From: Rod Evans [mailto:rod.ev...@sun.com] Sent: Thursday, February 15, 2007 2:40 PM To: DEEPAK BHATIA Cc: tools-linking at opensolaris.org

[osol-help] Building Open Solaris For SPARC on i386

2007-02-14 Thread DEEPAK BHATIA
Hi, Can I Build OpenSolaris for SPARC platform on i386 machine ? Do we have the capabability of Cross Compilation ? Thanks Deepak Bhatia This message posted from opensolaris.org ___ opensolaris-help mailing list opensolaris-help@opensolaris.org

RE: [osol-help] dmake all in /usr/src/cmd/sgs/ldd/i386 Directory

2007-02-14 Thread Deepak Bhatia
Hi Keith, I want to disable the CW - Compiler wrapper and just use GCC for SH Processor to cross compile the files for SH Target. Please help in resolving this. Like which Makefile to change etc. Regards Deepak Bhatia -Original Message- From: Keith M Wesolowski [mailto:[EMAIL PROTECTED

[tools-linking] boot.s in rtld/i386 and _rtboot.s i386/crt

2007-02-14 Thread DEEPAK BHATIA
old Assembler Output format executable file or any executable with elf file format? 2. In case we make the executable as statically linked does _rtboot.s goes to dynamic linker or not ? Regards Deepak Bhatia This message posted from opensolaris.org

[tools-linking] x86 32 bit Procedure Linkage Table

2007-01-29 Thread DEEPAK BHATIA
memory images (Figure 7-9). Does x86 and i386 means the same platform ? Thanks Deepak Bhatia This message posted from opensolaris.org

[tools-linking] Re: Re: x86 32 bit Procedure Linkage Table

2007-01-29 Thread DEEPAK BHATIA
Hi Ali, 64 bit x86 Platform is mentioned as x64 (Page 280) document 819-0690.pdf (Linkers and Loaders Guide). Regards Deepak Bhatia This message posted from opensolaris.org

[tools-linking] libld.so.4 build in /usr/src/cmd/sgs/libld

2007-01-27 Thread DEEPAK BHATIA
resolve this issue. Regards Deepak Bhatia This message posted from opensolaris.org

[osol-help] Building Code with Debug Option

2007-01-26 Thread DEEPAK BHATIA
Hi, When we run the command bldenv -d ./opensolaris to build a particular folder, we see that -g option is taken by cc _gcc compiler. But when we do elfdump of the executable/relocatable object files, we don't see, the debug information. We have added __GNUC= in opensolaris.sh. Thanks in

[osol-discuss] Gdb: Is GDB for ARM Available

2007-01-24 Thread DEEPAK BHATIA
Deepak Bhatia This message posted from opensolaris.org ___ opensolaris-discuss mailing list opensolaris-discuss@opensolaris.org

RE: [osol-discuss] Gdb: Is GDB for ARM Available

2007-01-24 Thread Deepak Bhatia
Is this code taken from GNU site ? http://src.opensolaris.org/source/xref/sfw/usr/src/cmd/gdb/gdb-6.3/bfd/elf32 -arm.c#bfd_elf32_arm_set_target_relocs. Regards Deepak Bhatia -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Frank Hofmann Sent: Wednesday

[gnu-sol-discuss] gdb for arm

2007-01-23 Thread DEEPAK BHATIA
Hi, The following link talks about the gdb for ARM on Solaris. It would be great help to know on how to use it ? http://src.opensolaris.org/source/xref/sfw/usr/src/cmd/gdb/gdb-6.3/bfd/elf32-arm.c Regards Deepak Bhatia This message posted from opensolaris.org

[gnu-sol-discuss] Re: gdb for arm

2007-01-23 Thread DEEPAK BHATIA
Hi, I would be grateful if someone could answer the question. Regards Deepak Bhatia This message posted from opensolaris.org

[osol-discuss] Assembler Output

2007-01-23 Thread DEEPAK BHATIA
Hi, I am not sure if this the right place to ask this question. How can we use cc to product assembler output file ? Regards Deepak Bhatia This message posted from opensolaris.org ___ opensolaris-discuss mailing list opensolaris-discuss

[osol-discuss] Re: Assembler Output

2007-01-23 Thread DEEPAK BHATIA
The a.out produced by the cc is still an ELF File. I am talking about the old a.out format given in this link. http://fuse4bsd.creo.hu/localcgi/man-cgi.cgi?a.out+5 Regards Deepak Bhatia This message posted from opensolaris.org ___ opensolaris

RE: [osol-discuss] Assembler Output

2007-01-23 Thread Deepak Bhatia
Thanks for your reply. I am talking about a.out given in the format below. http://fuse4bsd.creo.hu/localcgi/man-cgi.cgi?a.out+5 Regards Deepak Bhatia -Original Message- From: Eric Enright [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 23, 2007 11:39 PM To: DEEPAK BHATIA Cc

RE: [osol-discuss] Assembler Output

2007-01-23 Thread Deepak Bhatia
This was the binary file format before ELF. When we do #cc test.c We get a.out file but it is again ELF File format file. Regards Deepak Bhatia -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Deepak Bhatia Sent: Tuesday, January 23, 2007 11:39 PM

RE: [osol-discuss] Assembler Output

2007-01-23 Thread Deepak Bhatia
the executable file shows as ELF File ? I think cc is not a cross compiler. Regards Deepak Bhatia -Original Message- From: Dennis Clarke [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 24, 2007 12:02 AM To: DEEPAK BHATIA Cc: opensolaris-discuss@opensolaris.org Subject: Re: [osol

RE: [osol-discuss] Assembler Output

2007-01-23 Thread Deepak Bhatia
which it looks like is used to handle old a.out (Assembler OUTput) file. Please confirm if this is true or not. Regards Deepak Bhatia -Original Message- From: James Carlson [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 24, 2007 12:51 AM To: Deepak Bhatia Cc: Eric Enright; opensolaris

[osol-help] Re: /lib directory

2007-01-22 Thread DEEPAK BHATIA
Hi, I got the answer that it comes when we load Open Solaris on a machine. Regards Deepak Bhatia This message posted from opensolaris.org

[osol-help] Re: /lib directory

2007-01-22 Thread DEEPAK BHATIA
Hi, I got the answer that it comes when we load Open Solaris on a machine. Regards Deepak Bhatia This message posted from opensolaris.org ___ opensolaris-help mailing list opensolaris-help@opensolaris.org

[osol-help] /lib directory

2007-01-20 Thread DEEPAK BHATIA
Hi, I have ld.so.1, liblddbg.so.4, libelf.so.1 files in the /lib directory. Do we get this directory when we do nightly ./opensolaris.sh command or when we install fresh solaris OS on a machine. Regards Deepak Bhatia This message posted from opensolaris.org

[tools-linking] Dynamic Linker

2007-01-17 Thread DEEPAK BHATIA
Hi, We have libelf and libconv directories in the /usr/src/cmd/sgs. How are these related to the dynamic linker directory rtld ? Thanks Deepak Bhatia This message posted from opensolaris.org

RE: [osol-discuss] Debug the Dynamic Linker

2007-01-16 Thread Deepak Bhatia
Hi Rod, Thanks for the help. Will it possible for you to help us in case we ask questions inside the dynamic linker code ? Regards Deepak Bhatia -Original Message- From: Rod Evans [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 10, 2007 3:11 AM To: Deepak Bhatia Cc: opensolaris

[osol-help] RE: [osol-discuss] RE: usr/src/tools/proto (was Installing Solaris Sources, onbld tools, compilers)

2007-01-13 Thread Deepak Bhatia
Also request you to please help in using DBG_CALL Functions in the Solaris OS functions which should help me debugging the Solaris OS. Regards Deepak Bhatia -Original Message- From: Rod Evans [mailto:rod.ev...@sun.com] Sent: Thursday, January 11, 2007

[osol-help] DBG_CALL

2007-01-13 Thread Deepak Bhatia
Hi Bart, Thanks for your reply. How do I use DBG_CALL to print something on screen or file when running the dynamic linker so that I can track the progress of the dynamic linker ? gards Deepak Bhatia -Original Message- From: Bart Smaalders [mailto:bart.smaald...@sun.com] Sent

RE: [osol-help] DBG_CALL

2007-01-13 Thread Deepak Bhatia
Hi Bart, Thanks for your reply. How do I use DBG_CALL to print something on screen or file when running the dynamic linker so that I can track the progress of the dynamic linker ? gards Deepak Bhatia -Original Message- From: Bart Smaalders [mailto:[EMAIL PROTECTED] Sent: Saturday

RE: [osol-discuss] RE: usr/src/tools/proto (was Installing Solaris Sources, onbld tools, compilers)

2007-01-12 Thread Deepak Bhatia
Also request you to please help in using DBG_CALL Functions in the Solaris OS functions which should help me debugging the Solaris OS. Regards Deepak Bhatia -Original Message- From: Rod Evans [mailto:[EMAIL PROTECTED] Sent: Thursday, January 11, 2007 1

[osol-help] DBG_CALL

2007-01-12 Thread DEEPAK BHATIA
Hi, There are DBG_CALL statements in the Open Solaris Code. How do we enable them to debug the Solaris OS ? Thanks in advance. Deepak Bhatia This message posted from opensolaris.org

[osol-help] RE: [osol-discuss] RE: usr/src/tools/proto (was Installing Solaris Sources, onbld tools, compilers)

2007-01-12 Thread Deepak Bhatia
Also request you to please help in using DBG_CALL Functions in the Solaris OS functions which should help me debugging the Solaris OS. Regards Deepak Bhatia -Original Message- From: Rod Evans [mailto:[EMAIL PROTECTED] Sent: Thursday, January 11, 2007 1

[osol-help] RE: usr/src/tools/proto (was Installing Solaris Sources, onbld tools, compilers)

2007-01-10 Thread Deepak Bhatia
Hi Mike, The following gives the quick start guide to install and build Solaris Open Source Code http://www.opensolaris.org/os/community/on/install_quickstart/ When does the proto area gets created ? Regards Deepak Bhatia -Original Message- From: kupfer at athyra.sfbay.sun.com

[osol-help] RE: usr/src/tools/proto (was Installing Solaris Sources, onbld tools, compilers)

2007-01-10 Thread Deepak Bhatia
is running fine. Does dmake all will run after nightly is completed ? Regards Deepak Bhatia -Original Message- From: kupfer at athyra.sfbay.sun.com [mailto:kup...@athyra.sfbay.sun.com]on Behalf Of Mike Kupfer Sent: Wednesday, January 10, 2007 2:17 PM To: Deepak Bhatia Cc: opensolaris

[osol-discuss] RE: usr/src/tools/proto (was Installing Solaris Sources, onbld tools, compilers)

2007-01-09 Thread Deepak Bhatia
Hi Mike, The following gives the quick start guide to install and build Solaris Open Source Code http://www.opensolaris.org/os/community/on/install_quickstart/ When does the proto area gets created ? Regards Deepak Bhatia -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL

[osol-discuss] RE: usr/src/tools/proto (was Installing Solaris Sources, onbld tools, compilers)

2007-01-09 Thread Deepak Bhatia
is running fine. Does dmake all will run after nightly is completed ? Regards Deepak Bhatia -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Mike Kupfer Sent: Wednesday, January 10, 2007 2:17 PM To: Deepak Bhatia Cc: opensolaris-help@opensolaris.org

[osol-help] Installing Solaris Sources, onbld tools, compilers

2007-01-09 Thread DEEPAK BHATIA
, if I can get some clue on this. Thanks Deepak Bhatia This message posted from opensolaris.org

[osol-help] Installing Solaris Sources, onbld tools, compilers

2007-01-09 Thread DEEPAK BHATIA
, if I can get some clue on this. Thanks Deepak Bhatia This message posted from opensolaris.org ___ opensolaris-help mailing list opensolaris-help@opensolaris.org

[gnu-sol-discuss] Re: Configuring GCC for Solaris LD

2007-01-08 Thread DEEPAK BHATIA
Hi, Is GCC is available for ARM Platform on Solaris ? Somebody mentioned it is available from http://www.blastwave.org. Thanka in Advance. Deepak Bhatia This message posted from opensolaris.org

<    1   2   3   4   >